]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:49:02 +0000 (09:49 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 07:49:02 +0000 (07:49 +0000)
commit3e99c701622eb48bf8b5d1afc0e0eed16d268287
tree8cf5c6601ecf978f353596ec7b627704bd8d857d
parent35975878e60874407548539897b03e72ba28c61c
[3.15] gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (GH-153659) (#153682)

(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]