]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump (#108340...
authorErlend E. Aasland <erlend@python.org>
Mon, 28 Aug 2023 22:25:35 +0000 (00:25 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2023 22:25:35 +0000 (00:25 +0200)
commitb451e9020df6414e8c51e4e0acd41f855b8742cd
treebba772e78c769ffa9e599e7bc86f62b707165bfd
parent5531d03d99c980d29915923e6c93028b4af083b1
[3.12] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump (#108340) (#108563)

* [3.12] gh-64662: Add virtual table support to sqlite3.Connection.iterdump (#108340)

(cherry picked from commit d0160c7c22c8dff0a61c49b5304244df6e36465e)

Co-authored-by: Aviv Palivoda <palaviv@gmail.com>
* The _quote_value helper is not part of 3.12; spell out the replacement

* With quotes

* Ok, let's use explicit quoting

---------

Co-authored-by: Aviv Palivoda <palaviv@gmail.com>
Lib/sqlite3/dump.py
Lib/test/test_sqlite3/test_dump.py
Misc/NEWS.d/next/Library/2023-08-22-22-29-42.gh-issue-64662.jHl_Bt.rst [new file with mode: 0644]