gh-123299: Provide replacement for removed sqlite3 attributes in What's New 3.14 (#125566)
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
@@ -2640,7 +2640,9 @@ pty
|
||||
sqlite3
|
||||
-------
|
||||
|
||||
* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`.
|
||||
* Remove :data:`!version` and :data:`!version_info` from :mod:`sqlite3`;
|
||||
use :data:`~sqlite3.sqlite_version` and :data:`~sqlite3.sqlite_version_info`
|
||||
for the actual version number of the runtime SQLite library.
|
||||
(Contributed by Hugo van Kemenade in :gh:`118924`.)
|
||||
|
||||
* Disallow using a sequence of parameters with named placeholders.
|
||||
|
||||
Reference in New Issue
Block a user