mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -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>