]> git.ipfire.org Git - thirdparty/psycopg.git/commit
AsyncConnection.cursor() is no more async
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Feb 2021 02:31:14 +0000 (03:31 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 10 Feb 2021 02:31:44 +0000 (03:31 +0100)
commit53744809cae30f1cef9a76ccd774719ee4a461e6
tree37dcb92a018ac31a48d6a9e4e8bc5a91f920d7bd
parentc8e4eb2a240612d36f85e322fa6fec2660aa1dd9
AsyncConnection.cursor() is no more async

Even after implementing server-side cursors there is not really a reason
for it to be.
psycopg3/psycopg3/_typeinfo.py
psycopg3/psycopg3/connection.py
tests/test_concurrency_async.py
tests/test_connection_async.py
tests/test_copy_async.py
tests/test_cursor_async.py
tests/test_errors.py
tests/test_named_cursor_async.py
tests/test_prepared_async.py
tests/test_transaction.py
tests/test_transaction_async.py