]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fix typing of server-side cursors fetchmany/fetchall
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 29 Apr 2021 17:06:35 +0000 (19:06 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 29 Apr 2021 17:14:47 +0000 (19:14 +0200)
commitd7ee27f77b41338c07618f9bae22aba609aa7a71
treec59e8311db27b20647d54ebe8778d4a830ce2128
parentd142943902a82f158969f5500e3f353adf2fd1f0
Fix typing of server-side cursors fetchmany/fetchall
psycopg3/psycopg3/server_cursor.py
tests/test_typing.py