-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ #25818
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
bpo-43434: Move sqlite3.connect audit events to sqlite3.Connection.__init__ #25818
Conversation
@berkerpeksag: I'm not sure if we should change the docs. Explicitly using the |
cc. @zooba |
@pablogsal Is it possible to get this into beta1? It contains a bugfix for GH-25246. |
Thanks @erlend-aasland for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Sorry, @erlend-aasland and @zooba, I could not cleanly backport this to |
…ion.__init__ (pythonGH-25818). (cherry picked from commit c96cc08) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
GH-25822 is a backport of this pull request to the 3.9 branch. |
…ion.__init__ (pythonGH-25818). (cherry picked from commit c96cc08) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
…nit__ (pythonGH-25818) (cherry picked from commit ad73d16) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
Both sqlite3.connect() and sqlite.Connection() now produce sqlite3.connect* events.
https://bugs.python.org/issue43434