]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump (#108340...
authorErlend E. Aasland <erlend@python.org>
Mon, 28 Aug 2023 13:09:33 +0000 (15:09 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Aug 2023 13:09:33 +0000 (13:09 +0000)
commit33eee4340ef8f528878b9c0f7580305e29e97af0
tree9c946e86a8e90bf9baade7e1d8a16a23f17903e2
parent6f6171b33bf096130ba776b9fc518b1181f1e01c
[3.11] gh-64662: Fix virtual table support in sqlite3.Connection.iterdump (#108340) (#108564)

(cherry picked from commit d0160c7c22c8dff0a61c49b5304244df6e36465e)

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]