File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -292,6 +292,7 @@ Module functions
292
292
By default (``0 ``), type detection is disabled.
293
293
294
294
:param isolation_level:
295
+ Control legacy transaction handling behaviour.
295
296
See :attr: `Connection.isolation_level ` and
296
297
:ref: `sqlite3-transaction-control-isolation-level ` for more information.
297
298
Can be ``"DEFERRED" `` (default), ``"EXCLUSIVE" `` or ``"IMMEDIATE" ``;
@@ -325,6 +326,7 @@ Module functions
325
326
enabling various :ref: `sqlite3-uri-tricks `.
326
327
327
328
:param autocommit:
329
+ Control :pep: `249 ` transaction handling behaviour.
328
330
See :attr: `Connection.autocommit ` and
329
331
:ref: `sqlite3-transaction-control-autocommit ` for more information.
330
332
*autocommit * currently defaults to
You can’t perform that action at this time.
0 commit comments