]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Fixed TypeInfo for ClientCursor. 484/head
authorFlorian Apolloner <florian@apolloner.eu>
Mon, 16 Jan 2023 20:09:21 +0000 (21:09 +0100)
committerFlorian Apolloner <florian@apolloner.eu>
Mon, 16 Jan 2023 20:35:45 +0000 (21:35 +0100)
commitbfde9f0e3f4f82a202dffa63cc97b5c6c32a5497
treef8d299a074814f0347914859131742f3a53ecb31
parentea5ff3d55d6054398c26e6da298cff745e0d38c5
Fixed TypeInfo for ClientCursor.

TypeInfo had a hardcoded binary=True which doesn't work to well for
ClientCursor.
docs/news.rst
psycopg/psycopg/_typeinfo.py
tests/test_client_cursor.py
tests/test_client_cursor_async.py