Skip to content

Commit ae5d700

Browse files
Promote the new howto in the autocommit attr reference
1 parent b525dd8 commit ae5d700

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

26932696
Set *autocommit* to ``True`` to enable SQLite's `autocommit mode`_.

0 commit comments

Comments
 (0)