]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:43:50 +0000 (09:43 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Jul 2026 07:43:50 +0000 (07:43 +0000)
commit0985acf88c4dd95c806e821890c7d736947c0fc0
tree830f3dc5dad9d2cae81d53bad8e84d1e39e66dec
parent71c7c3093e9895722499594f1c234d4a8bf5ab00
[3.14] gh-153658: Fix sqlite3 iterdump() for table names containing a single quote (GH-153659) (#153683)

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