]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Errors can be pickled
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 28 Oct 2020 19:26:01 +0000 (20:26 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 28 Oct 2020 21:05:58 +0000 (22:05 +0100)
commit726972a5471a1b68a4ff3bac708c7860ab931e1a
tree87fe7be2db99577d45b1b1afdb58529b03f68e7c
parent9e035be545eec7b1a12184d58e6d88607bcb57ba
Errors can be pickled
psycopg3/psycopg3/errors.py
tests/test_connection.py
tests/test_connection_async.py
tests/test_errors.py