]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Raise error messages in the connection encoding
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 23 Jun 2020 11:17:10 +0000 (23:17 +1200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 24 Jun 2020 08:36:29 +0000 (20:36 +1200)
commit5b45f987dfcdae2313d0ca67c4a61a08f4a9c863
treece2e2a6768ffc7988e9226a3d6f2943f65d6be7e
parent72155d47f5a86c89d7be68da0f342161fea84639
Raise error messages in the connection encoding
psycopg3/connection.py
psycopg3/errors.py
psycopg3/pq/misc.py
tests/pq/test_misc.py