10000
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 a955ccc commit 746dad4Copy full SHA for 746dad4
Doc/library/sqlite3.rst
@@ -2239,7 +2239,8 @@ If the connection attribute :attr:`~Connection.isolation_level`
2239
is not ``None``,
2240
new transactions are implicitly opened before
2241
:meth:`~Cursor.execute` and :meth:`~Cursor.executemany` executes
2242
-``INSERT``, ``UPDATE``, ``DELETE``, or ``REPLACE`` statements.
+``INSERT``, ``UPDATE``, ``DELETE``, or ``REPLACE`` statements;
2243
+for other statements, no implicit transaction handling is performed.
2244
Use the :meth:`~Connection.commit` and :meth:`~Connection.rollback` methods
2245
to respectively commit and roll back pending transactions.
2246
You can choose the underlying `SQLite transaction behaviour`_ —
0 commit comments