]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix: show all connection errors on attempt failure
authorDaniel Frankcom <frankcom@amazon.com>
Wed, 7 May 2025 23:20:43 +0000 (16:20 -0700)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 8 May 2025 05:13:00 +0000 (07:13 +0200)
commit934e0bda3a770c69382872b3e038f7d666fbbc94
treef9cd1d2d8d5de7f2f5dcb443c165318018d136fb
parent6cf2d67638fa5bc354f1f3425883d27700629117
fix: show all connection errors on attempt failure
psycopg/psycopg/connection.py
psycopg/psycopg/connection_async.py
tests/test_connection.py
tests/test_connection_async.py