]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 10 Nov 2021 18:46:11 +0000 (19:46 +0100)
committerGitHub <noreply@github.com>
Wed, 10 Nov 2021 18:46:11 +0000 (18:46 +0000)
commitc1323d4b8cb010a06c11bace6e681bea7f895851
tree37800fb4b11f3dddef2f3c337fbf0deb98884d69
parent4cdeee5978ee3f8ea7fe95172ae04d866cd88177
bpo-45754: Use correct SQLite limit when checking statement length (GH-29489)
Lib/test/test_sqlite3/test_dbapi.py
Lib/test/test_sqlite3/test_regression.py
Misc/NEWS.d/next/Library/2021-11-09-15-48-38.bpo-45754.c-JDto.rst [new file with mode: 0644]
Modules/_sqlite/cursor.c
Modules/_sqlite/statement.c