]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Jun 2022 11:07:15 +0000 (04:07 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Jun 2022 11:07:15 +0000 (04:07 -0700)
commit68aae80159996374509b98b6345ff9b72743b4d9
tree6e4517fb19956d842121378edbeddec3af87f1ff
parent121ab58e03924161df6fd0002ef7bfd45404cb2e
gh-93421: Update sqlite3 cursor.rowcount only after SQLITE_DONE (GH-93526)

(cherry picked from commit 875de61c296604f3a3a51e9d76355e0f1a24c6af)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@protonmail.com>
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/next/Library/2022-06-05-22-22-42.gh-issue-93421.43UO_8.rst [new file with mode: 0644]
Modules/_sqlite/cursor.c