Skip to content

Commit

Permalink
Doc: Add summary line to isolation_level & autocommit sqlite3.connect…
Browse files Browse the repository at this point in the history
… params (#99917)

Add summary lines to isolation_level and autocommit connect() params

Co-authored-by: Géry Ogam <gery.ogam@gmail.com>
  • Loading branch information
CAM-Gerlach and geryogam authored Dec 1, 2022
1 parent e0f91de commit d460c8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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"``;
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d460c8e

Please sign in to comment.