]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fixed rowcount with DML queries, multiple results, executemany
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 29 Oct 2020 00:51:03 +0000 (01:51 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 29 Oct 2020 03:23:26 +0000 (04:23 +0100)
commit46f3050913a71dee62d8d9ea25afa564913d6bf7
treec546afac3741d03d2ca4054d41a99d15abe7d28d
parentd082017d57a0631c206aad2192b487486a5e2846
Fixed rowcount with DML queries, multiple results, executemany
psycopg3/psycopg3/cursor.py
tests/test_cursor.py
tests/test_cursor_async.py