]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH-28509)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 7 Oct 2021 09:16:45 +0000 (11:16 +0200)
committerGitHub <noreply@github.com>
Thu, 7 Oct 2021 09:16:45 +0000 (10:16 +0100)
commit3f2c433da560d7999a52f9fcba4bbd0898848520
treee9412020ea841dacf5adbcb91fe5cd87d9c49b7b
parentdd02a696e55b450413e765e698e653d781ca4205
bpo-45041: Restore `sqlite3` executescript behaviour for `SELECT` queries (GH-28509)

* bpo-45041: Restore sqlite3 executescript behaviour for select queries

* Add regression test
Lib/sqlite3/test/test_regression.py
Modules/_sqlite/cursor.c