-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Docs: improve the accuracy of the sqlite3.connect() timeout param #102900
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: improve the accuracy of the sqlite3.connect() timeout param #102900
Conversation
Relevant SQLite docs: https://www.sqlite.org/c3ref/busy_timeout.html |
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.
Very minor phrasing tweak, otherwise LGTM @erlend-aasland !
Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
Thanks for the review, CAM! |
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.
Thanks for the your work, @erlend-aasland ! LGTM from me.
Thanks @erlend-aasland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
…thonGH-102900) (cherry picked from commit c24f1f1) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
GH-102908 is a backport of this pull request to the 3.11 branch. |
…thonGH-102900) (cherry picked from commit c24f1f1) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com> Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
GH-102909 is a backport of this pull request to the 3.10 branch. |
…thon#102900) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
…thon#102900) Co-authored-by: C.A.M. Gerlach <CAM.Gerlach@Gerlach.CAM>
No description provided.