-
-
Notifications
You must be signed in to change notification settings - Fork 31.5k
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-45608: Document missing sqlite3
DB-API attributes and methods
#29219
Conversation
sqlite3
DB-API attributessqlite3
DB-API attributes and methods
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.
Approved with just one minor nitpick.
Thanks, Paul! @malemburg, does this look good to you? |
Thanks @erlend-aasland for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10. |
…ythonGH-29219) (cherry picked from commit 88d8a1a) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
GH-29281 is a backport of this pull request to the 3.10 branch. |
…ythonGH-29219) (cherry picked from commit 88d8a1a) Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
GH-29282 is a backport of this pull request to the 3.9 branch. |
Thanks, Łukasz! |
Document DB-API required attributes and methods:
sqlite3.apilevel
sqlite3.paramstyle
sqlite3.threadsafety
sqlite3.Cursor.setinputsizes()
sqlite3.Cursor.setoutputsize()
https://bugs.python.org/issue45608