cpython/Lib/test/test_sqlite3
Mariusz Felisiak de777e490f
gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957)
sqlite3.Connection.iterdump now ensures that foreign key support is
disabled before dumping the database schema, if there is any foreign key
violation.

Co-authored-by: Erlend E. Aasland <erlend@python.org>
2024-01-12 10:50:37 +01:00
..
__init__.py
__main__.py
test_backup.py
test_cli.py
test_dbapi.py
test_dump.py gh-108364: In sqlite3, disable foreign keys before dumping SQL schema (#113957) 2024-01-12 10:50:37 +01:00
test_factory.py
test_hooks.py
test_regression.py
test_transactions.py
test_types.py
test_userfunctions.py gh-109653: Remove unused imports in the Lib/ directory (#109803) 2023-09-24 15:07:23 +01:00
util.py gh-109653: Remove unused imports in the Lib/ directory (#109803) 2023-09-24 15:07:23 +01:00