-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-95273: Condense sqlite3 executescript example #95383
gh-95273: Condense sqlite3 executescript example #95383
Conversation
erlend-aasland
commented
Jul 28, 2022
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: Improve the sqlite3 reference #95273
Also, the current example is faulty bco. lack of transaction handling: there is no commit; the connection is closed with a pending transaction. |
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, aside from one comment responding to yours
Thanks for the review, CAM! |
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
(cherry picked from commit e9c8de6) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-95418 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit e9c8de6) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
GH-95419 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit e9c8de6) Co-authored-by: Erlend Egeberg Aasland <[email protected]>
(cherry picked from commit e9c8de6) Co-authored-by: Erlend Egeberg Aasland <[email protected]>