Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-99824: Document that sqlite3.connect implicitly open a transaction if autocommit=False #99825

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

Merged
merged 8 commits into from
Nov 30, 2022
Prev Previous commit
Next Next commit
Document sqlite3.connect() as implicitly opening transactions in the …
…new PEP-249 manual commit mode
  • Loading branch information
geryogam committed Nov 28, 2022
commit c3963f4fd2d4a4e71c041944ed702d0bc44b51a2
1 change: 1 addition & 0 deletions 1 Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ Module functions
autocommit=sqlite3.LEGACY_TRANSACTION_CONTROL)

Open a connection to an SQLite database.
If *autocommit* is ``False``, a new transaction is implicitly opened.
geryogam marked this conversation as resolved.
Show resolved Hide resolved

:param database:
The path to the database file to be opened.
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.