Skip to content
Merged
Prev Previous commit
Next Next commit
Merge branch 'main' into sqlite-threadsafety
  • Loading branch information
Erlend E. Aasland committed Nov 2, 2021
commit da6481f7ad2cd05a110e0c6e980f47d62a6bbc9b
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,11 @@ sqlite3
(Contributed by Aviv Palivoda, Daniel Shahaf, and Erlend E. Aasland in
:issue:`16379`.)

* Add :meth:`~sqlite3.Connection.setlimit` and
:meth:`~sqlite3.Connection.getlimit` to :class:`sqlite3.Connection` for
setting and getting SQLite limits by connection basis.
(Contributed by Erlend E. Aasland in :issue:`45243`.)

* :mod:`sqlite3` now sets :attr:`sqlite3.threadsafety` based on the default
threading mode the underlying SQLite library has been compiled with.
(Contributed by Erlend E. Aasland in :issue:`45613`.)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.