Skip to content
Snippets Groups Projects
Unverified Commit d460c8ec authored by C.A.M. Gerlach's avatar C.A.M. Gerlach Committed by GitHub
Browse files

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: default avatarGéry Ogam <gery.ogam@gmail.com>
parent e0f91deb
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment