cpython/Lib/sqlite3/test
Erlend Egeberg Aasland 64a31c5c2f
[3.9] sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032). (GH-26128)
(cherry picked from commit be7e467bcf)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
2021-05-15 01:50:03 +09:00
..
__init__.py
backup.py bpo-41815: SQLite: segfault if backup called on closed database (GH-22322) 2020-09-21 15:05:17 -07:00
dbapi.py bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) 2020-09-17 00:57:07 -07:00
dump.py
factory.py
hooks.py [3.9] sqlite3 test suite now works with SQLITE_DQS=0 (GH-26032). (GH-26128) 2021-05-15 01:50:03 +09:00
regression.py bpo-41662: Fix bugs in binding parameters in sqlite3 (GH-21998) 2020-09-17 00:57:07 -07:00
transactions.py
types.py
userfunctions.py