mirror of
https://github.com/python/cpython.git
synced 2026-01-07 16:02:55 +00:00
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:
parent
3947847914
commit
7a403a8050
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue