]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: drop unneeded flush after executemany
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 28 Mar 2022 16:11:06 +0000 (18:11 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 2 Apr 2022 23:23:22 +0000 (01:23 +0200)
commitf23d479e1e069f4c867719536a54b1f1f78c88ee
treeb457d5a3639310c945155e3b5ecf5dca52f240d3
parente590e4e7aa3279961a1d77fe4a1193481fc300e8
fix: drop unneeded flush after executemany

As per @dlax analysis, it is not needed. It was part of an attempt to
fix the problem of rowcount broken when executemany is called from within
a pipeline block, but that doesn't work anyway.
psycopg/psycopg/cursor.py