-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Docs: improve sqlite3 placeholders example #101092
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: improve sqlite3 placeholders example #101092
Conversation
Use named style for executemany() example.
1965c9a
to
1a93802
Compare
@CAM-Gerlach / @ezio-melotti: what do you think about this change? IMO, this is an improvement for the better, because...:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. This makes a lot of sense to me, IMO.
Thanks for the reviews! |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-101125 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit b84be8d) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
GH-101126 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit b84be8d) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit b84be8d) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit b84be8d) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Use named style for executemany() example.