mirror of
https://github.com/python/cpython.git
synced 2026-06-04 10:38:27 -04:00
de777e490f
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>