]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (#153659)
authortonghuaroot (童话) <tonghuaroot@gmail.com>
Tue, 14 Jul 2026 07:16:43 +0000 (15:16 +0800)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 07:16:43 +0000 (09:16 +0200)
commit2fc3c4d47dff722758c76686f657d5ecdd922551
tree1603f662ccc0708927355978cd586da0e5d7d718
parent37571ea82a0f8e39ad0c0b2012f23aa149dd238f
gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (#153659)
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]