]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101693: In sqlite3, deprecate using named placeholders with parameters supplied...
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Wed, 15 Feb 2023 05:27:16 +0000 (06:27 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Feb 2023 05:27:16 +0000 (06:27 +0100)
commit8a2b7ee64d1bde762438b458ea7fe88f054a3a88
treec39e476cd5b2cdd9c348acc60bc3574fc97a9385
parentd777790bab878b8d1a218a1a60894b2823485cca
gh-101693: In sqlite3, deprecate using named placeholders with parameters supplied as a sequence (#101698)
Doc/library/sqlite3.rst
Doc/whatsnew/3.12.rst
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/next/Library/2023-02-08-18-20-58.gh-issue-101693.4_LPXj.rst [new file with mode: 0644]
Modules/_sqlite/cursor.c