]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Add returning parameter on executemany() 181/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 2 Jan 2022 19:37:14 +0000 (20:37 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 2 Jan 2022 20:07:41 +0000 (21:07 +0100)
commit7aa500a548e9051c7f8d199fd6a7b9165f6817c4
treebe30f095deb7e0d7a736fc419fcaf6e05d912930
parente2372daae73f78a77caeec81768283cc757c20c8
Add returning parameter on executemany()
docs/api/cursors.rst
psycopg/psycopg/cursor.py
psycopg/psycopg/cursor_async.py
psycopg/psycopg/server_cursor.py
tests/test_cursor.py
tests/test_cursor_async.py