]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Use prepared statements machinery for executemany
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 19 Jan 2021 17:29:12 +0000 (18:29 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 19 Jan 2021 17:29:12 +0000 (18:29 +0100)
commit5638e51434542cc70da0befc3b8511c416ad3a70
tree03371065487faad907459f5c768cbe0640af9da9
parent1893ed6e01cbd4bd3b8c14407c8943b5327b2a6c
Use prepared statements machinery for executemany

Don't use the anonymous prepared statement anymore, as it doesn't allow
to manage different types.
psycopg3/psycopg3/cursor.py