]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Added repr of several objects
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 27 Dec 2020 16:12:51 +0000 (17:12 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 27 Dec 2020 16:12:51 +0000 (17:12 +0100)
commitb4333bd8a841a3d940da2bf9847595d79d61ee7b
treee65a86ba941f80722407881b5d093c87ec1c8031
parent85cf9b9064b981b41ccc624b9d5ff397c167ba58
Added repr of several objects

Show the underlying connection basic identification and status.
16 files changed:
psycopg3/psycopg3/connection.py
psycopg3/psycopg3/copy.py
psycopg3/psycopg3/cursor.py
psycopg3/psycopg3/pq/misc.py
psycopg3/psycopg3/pq/pq_ctypes.py
psycopg3/psycopg3/transaction.py
psycopg3_c/psycopg3_c/pq/pgconn.pyx
tests/pq/test_pgconn.py
tests/test_connection.py
tests/test_connection_async.py
tests/test_copy.py
tests/test_copy_async.py
tests/test_cursor.py
tests/test_cursor_async.py
tests/test_transaction.py
tests/test_transaction_async.py