We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31b1b1 commit 9ab9e82Copy full SHA for 9ab9e82
Doc/library/sqlite3.rst
@@ -2236,7 +2236,8 @@ If the connection attribute :attr:`~Connection.isolation_level`
2236
is not ``None``,
2237
new transactions are implicitly opened before
2238
:meth:`~Cursor.execute` and :meth:`~Cursor.executemany` executes
2239
-``INSERT``, ``UPDATE``, ``DELETE``, or ``REPLACE`` statements.
+``INSERT``, ``UPDATE``, ``DELETE``, or ``REPLACE`` statements;
2240
+for other statements, no implicit transaction handling is performed.
2241
Use the :meth:`~Connection.commit` and :meth:`~Connection.rollback` methods
2242
to respectively commit and roll back pending transactions.
2243
You can choose the underlying `SQLite transaction behaviour`_ —
0 commit comments