mirror of
https://github.com/python/cpython.git
synced 2026-01-08 08:22:41 +00:00
Doc: Add summary line to isolation_level & autocommit sqlite3.connect params (#99917)
Add summary lines to isolation_level and autocommit connect() params Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
This commit is contained in:
parent
e0f91deb59
commit
d460c8ec52
1 changed files with 2 additions and 0 deletions
|
|
@ -292,6 +292,7 @@ Module functions
|
|||
By default (``0``), type detection is disabled.
|
||||
|
||||
:param isolation_level:
|
||||
Control legacy transaction handling behaviour.
|
||||
See :attr:`Connection.isolation_level` and
|
||||
:ref:`sqlite3-transaction-control-isolation-level` for more information.
|
||||
Can be ``"DEFERRED"`` (default), ``"EXCLUSIVE"`` or ``"IMMEDIATE"``;
|
||||
|
|
@ -325,6 +326,7 @@ Module functions
|
|||
enabling various :ref:`sqlite3-uri-tricks`.
|
||||
|
||||
:param autocommit:
|
||||
Control :pep:`249` transaction handling behaviour.
|
||||
See :attr:`Connection.autocommit` and
|
||||
:ref:`sqlite3-transaction-control-autocommit` for more information.
|
||||
*autocommit* currently defaults to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue