cpython/Lib/test/test_sqlite3
Erlend Egeberg Aasland bc7c7cd18a
gh-77617: Add sqlite3 command-line interface (#95026)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2022-08-01 12:25:16 +02:00
..
__init__.py
__main__.py
test_backup.py
test_cli.py gh-77617: Add sqlite3 command-line interface (#95026) 2022-08-01 12:25:16 +02:00
test_dbapi.py
test_dump.py
test_factory.py gh-95132: Correctly relay *args and **kwds from sqlite3.connect to factory (#95146) 2022-07-23 09:51:28 +02:00
test_hooks.py
test_regression.py gh-90016: Deprecate default sqlite3 adapters and converters (#94276) 2022-07-20 21:37:59 +02:00
test_transactions.py
test_types.py gh-90016: Deprecate default sqlite3 adapters and converters (#94276) 2022-07-20 21:37:59 +02:00
test_userfunctions.py