We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0f91de commit d460c8eCopy full SHA for d460c8e
Doc/library/sqlite3.rst
@@ -292,6 +292,7 @@ Module functions
292
By default (``0``), type detection is disabled.
293
294
:param isolation_level:
295
+ Control legacy transaction handling behaviour.
296
See :attr:`Connection.isolation_level` and
297
:ref:`sqlite3-transaction-control-isolation-level` for more information.
298
Can be ``"DEFERRED"`` (default), ``"EXCLUSIVE"`` or ``"IMMEDIATE"``;
@@ -325,6 +326,7 @@ Module functions
325
326
enabling various :ref:`sqlite3-uri-tricks`.
327
328
:param autocommit:
329
+ Control :pep:`249` transaction handling behaviour.
330
See :attr:`Connection.autocommit` and
331
:ref:`sqlite3-transaction-control-autocommit` for more information.
332
*autocommit* currently defaults to
0 commit comments