]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-153658: Fix sqlite3 iterdump() for table names containing a single quote...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Jul 2026 07:40:52 +0000 (09:40 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 07:40:52 +0000 (07:40 +0000)
commit895fe0b1f1d1c4c7d447d635f546ef8020da00a4
tree6c64264353722600abb4577870fbd234bba1b3ab
parentcd1d07a48e37218b71a96fadb890078857542b78
[3.13] gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (GH-153659) (#153684)

(cherry picked from commit 2fc3c4d47dff722758c76686f657d5ecdd922551)

Co-authored-by: tonghuaroot (童话) <tonghuaroot@gmail.com>
Lib/sqlite3/dump.py
Lib/test/test_sqlite3/test_dump.py
Misc/NEWS.d/next/Library/2026-07-13-10-27-08.gh-issue-153658.A6o4n5.rst [new file with mode: 0644]