We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7528e2c commit ec08534Copy full SHA for ec08534
Doc/library/sqlite3.rst
@@ -1850,7 +1850,8 @@ If the connection attribute :attr:`~Connection.isolation_level`
1850
is not ``None``,
1851
new transactions are implicitly opened before
1852
:meth:`~Cursor.execute` and :meth:`~Cursor.executemany` executes
1853
-``INSERT``, ``UPDATE``, ``DELETE``, or ``REPLACE`` statements.
+``INSERT``, ``UPDATE``, ``DELETE``, or ``REPLACE`` statements;
1854
+for other statements, no implicit transaction handling is performed.
1855
Use the :meth:`~Connection.commit` and :meth:`~Connection.rollback` methods
1856
to respectively commit and roll back pending transactions.
1857
You can choose the underlying `SQLite transaction behaviour`_ —
0 commit comments