File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -1366,7 +1366,10 @@ Connection objects
13661366 Changing :attr: `!autocommit ` to ``False `` will open a new transaction,
13671367 and changing it to ``True `` will commit any pending transaction.
13681368
1369- See :ref: `sqlite3-transaction-control-autocommit ` for more details.
1369+ .. seealso:
1370+
1371+ * :ref:`sqlite3-transaction-control-autocommit`
1372+ * :ref:`sqlite3-howto-pragma-in-transaction`
13701373
13711374 .. note ::
13721375
@@ -2687,7 +2690,7 @@ This means:
26872690
26882691.. note ::
26892692
2690- Some ``PRAGMA `` statements cannot be set when a transaction is open.
2693+ Some ``PRAGMA `` statements have no effect when a transaction is open.
26912694 See :ref: `sqlite3-howto-pragma-in-transaction ` for details.
26922695
26932696Set *autocommit * to ``True `` to enable SQLite's `autocommit mode `_.
You can’t perform that action at this time.
0 commit comments