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
292292 By default (``0 ``), type detection is disabled.
293293
294294 :param isolation_level:
295+ Control legacy transaction handling behaviour.
295296 See :attr: `Connection.isolation_level ` and
296297 :ref: `sqlite3-transaction-control-isolation-level ` for more information.
297298 Can be ``"DEFERRED" `` (default), ``"EXCLUSIVE" `` or ``"IMMEDIATE" ``;
@@ -325,6 +326,7 @@ Module functions
325326 enabling various :ref: `sqlite3-uri-tricks `.
326327
327328 :param autocommit:
329+ Control :pep: `249 ` transaction handling behaviour.
328330 See :attr: `Connection.autocommit ` and
329331 :ref: `sqlite3-transaction-control-autocommit ` for more information.
330332 *autocommit * currently defaults to
You can’t perform that action at this time.
0 commit comments