diff options
Diffstat (limited to 'Misc/NEWS.d/next/Library/2022-06-14-22-46-05.gh-issue-83638.73xfGK.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-06-14-22-46-05.gh-issue-83638.73xfGK.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-06-14-22-46-05.gh-issue-83638.73xfGK.rst b/Misc/NEWS.d/next/Library/2022-06-14-22-46-05.gh-issue-83638.73xfGK.rst new file mode 100644 index 0000000..3edbf95 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-06-14-22-46-05.gh-issue-83638.73xfGK.rst @@ -0,0 +1,6 @@ +Add the :attr:`~sqlite3.Connection.autocommit` attribute +to :class:`sqlite3.Connection` +and the *autocommit* parameter to :func:`sqlite3.connect` +to control :pep:`249`-compliant +:ref:`transaction handling <sqlite3-transaction-control-autocommit>`. +Patch by Erlend E. Aasland. |