Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
bpo-45608: Document missingsqlite3 DB-API attributes and methods#29219
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
sqlite3 DB-API attributessqlite3 DB-API attributes and methods
pfmoore left a comment
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.
Uh oh!
There was an error while loading.Please reload this page.
erlend-aasland commentedOct 26, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
erlend-aasland commentedOct 26, 2021
Thanks, Paul!@malemburg, does this look good to you? |
miss-islington commentedOct 28, 2021
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 commit88d8a1a)Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
bedevere-bot commentedOct 28, 2021
GH-29281 is a backport of this pull request to the3.10 branch. |
…ythonGH-29219)(cherry picked from commit88d8a1a)Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
bedevere-bot commentedOct 28, 2021
GH-29282 is a backport of this pull request to the3.9 branch. |
erlend-aasland commentedOct 28, 2021
Thanks, Łukasz! |
Uh oh!
There was an error while loading.Please reload this page.
Document DB-API required attributes and methods:
sqlite3.apilevelsqlite3.paramstylesqlite3.threadsafetysqlite3.Cursor.setinputsizes()sqlite3.Cursor.setoutputsize()https://bugs.python.org/issue45608