]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-123849: Fix test_sqlite3.test_table_dump when foreign keys are enabled...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 13 Oct 2024 18:47:38 +0000 (20:47 +0200)
committerGitHub <noreply@github.com>
Sun, 13 Oct 2024 18:47:38 +0000 (20:47 +0200)
commit98655cec0e5c11ee28c8c67e446747e53d72d301
treeb10662f2bd26badb29fccdd3e5f02c0ae49cbbdf
parent094d95f62c12d2773c9bf116d449e31ede2681b1
[3.13] gh-123849: Fix test_sqlite3.test_table_dump when foreign keys are enabled by default (GH-123859) (#125163)

(cherry picked from commit 14b44c58e195c4cdee6594a4aacf8bf95b19fcd7)

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Lib/test/test_sqlite3/test_dump.py