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: group sqlite3.Connection attributes and methods #96090
Conversation
Yes, I noticed. Consistency is a good thing. Feel free to submit a PR for that. |
|
Thanks @erlend-aasland for the PR |
|
Thanks for the reviews! |
|
GH-96110 is a backport of this pull request to the 3.11 branch. |
|
GH-96111 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit 1a140af) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 1a140af) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 1a140af) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
(cherry picked from commit 1a140af) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
|
Reading through the docs in their current form, I wonder if it was a mistake to put the connection attributes before the connection methods; for your everyday sqlite3 programming, I suspect you'll be using the connection methods way more often than you'll be using the connection attributes. I think we should consider putting the methods before the attributes. |
|
Yeah, I'd prepped a PR to do the above a few weeks ago when we discussed it, but got second thoughts for the same reason you mention and never went through with it. |
No description provided.