cpython/Lib/test/test_sqlite3
Erlend E. Aasland d8e0e00919
gh-118928: sqlite3: disallow sequences of params with named placeholders (#118929)
Follow-up of gh-101693. The previous DeprecationWarning is replaced with 
raising sqlite3.ProgrammingError.

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
2024-05-14 16:10:55 +00:00
..
__init__.py
__main__.py
test_backup.py
test_cli.py
test_dbapi.py gh-118928: sqlite3: disallow sequences of params with named placeholders (#118929) 2024-05-14 16:10:55 +00:00
test_dump.py
test_factory.py
test_hooks.py
test_regression.py
test_transactions.py
test_types.py
test_userfunctions.py
util.py