Skip to content
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 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.
Comment thread
geryogam marked this conversation as resolved.
Outdated

:param database:
The path to the database file to be opened.
Expand Down