]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fix Cursor.rowcount after an executemany hitting no result
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 14 Dec 2021 21:45:22 +0000 (22:45 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 14 Dec 2021 22:14:56 +0000 (23:14 +0100)
commit1b2829f91ba1809af00e913e24ee0d59f7c984f6
treefdf6a42f8c5d1b67264eea245cf83cb396269523
parentaab65009e0e829cb35211bf7d109633226b9bdea
Fix Cursor.rowcount after an executemany hitting no result

Close #178
docs/news.rst
psycopg/psycopg/cursor.py
tests/test_cursor.py
tests/test_cursor_async.py