]> git.ipfire.org Git - thirdparty/psycopg.git/commit
chore: drop pq enums aliases on connection and cursor
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 10 Jun 2024 14:50:43 +0000 (16:50 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 13 Jun 2024 20:26:58 +0000 (22:26 +0200)
commitcc33579f7bbd502a24650be596da9acb61559b39
tree0de4be540fec4e83c34dcd835519116947e43f65
parentab84aaffee1dcca0ae47c2036cd76f08cee4f6ba
chore: drop pq enums aliases on connection and cursor

Unused in the codebase, and not documented. Only used in the test suite.
18 files changed:
psycopg/psycopg/_connection_base.py
psycopg/psycopg/_cursor_base.py
tests/_test_copy.py
tests/_test_transaction.py
tests/crdb/test_copy.py
tests/crdb/test_copy_async.py
tests/crdb/test_cursor.py
tests/crdb/test_cursor_async.py
tests/test_connection.py
tests/test_connection_async.py
tests/test_copy.py
tests/test_copy_async.py
tests/test_cursor_common.py
tests/test_cursor_common_async.py
tests/test_cursor_server.py
tests/test_cursor_server_async.py
tests/test_transaction.py
tests/test_transaction_async.py