8000
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 303bd88 commit 16c33a9Copy full SHA for 16c33a9
Doc/library/sqlite3.rst
@@ -2274,7 +2274,8 @@ If the connection attribute :attr:`~Connection.isolation_level`
2274
is not ``None``,
2275
new transactions are implicitly opened before
2276
:meth:`~Cursor.execute` and :meth:`~Cursor.executemany` executes
2277
-``INSERT``, ``UPDATE``, ``DELETE``, or ``REPLACE`` statements.
+``INSERT``, ``UPDATE``, ``DELETE``, or ``REPLACE`` statements;
2278
+for other statements, no implicit transaction handling is performed.
2279
Use the :meth:`~Connection.commit` and :meth:`~Connection.rollback` methods
2280
to respectively commit and roll back pending transactions.
2281
You can choose the underlying `SQLite transaction behaviour`_ —
0 commit comments