]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105875: Require SQLite 3.15.2 or newer (#105876)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Sun, 18 Jun 2023 22:29:08 +0000 (00:29 +0200)
committerGitHub <noreply@github.com>
Sun, 18 Jun 2023 22:29:08 +0000 (00:29 +0200)
commit6849acb3feacda63ee43f1dc9be28fac1075ca7d
tree6d188e17bbf6563945a32860ae11e5c47a55941b
parentbc07c8f096791d678ca5c1e3486cb9648f7a027b
gh-105875: Require SQLite 3.15.2 or newer (#105876)

SQLite 3.15.2 was released 2016-11-28.
13 files changed:
Doc/library/sqlite3.rst
Doc/whatsnew/3.13.rst
Lib/test/test_sqlite3/test_backup.py
Lib/test/test_sqlite3/test_dbapi.py
Lib/test/test_sqlite3/test_hooks.py
Lib/test/test_sqlite3/test_types.py
Lib/test/test_sqlite3/test_userfunctions.py
Misc/NEWS.d/next/Build/2023-06-16-23-40-49.gh-issue-105875.naj8v5.rst [new file with mode: 0644]
Modules/_sqlite/blob.c
Modules/_sqlite/connection.c
Modules/_sqlite/module.c
configure
configure.ac