]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Don't throw an error on context exit if the connection is closed
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 8 Mar 2021 01:24:09 +0000 (02:24 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Mar 2021 04:07:25 +0000 (05:07 +0100)
commit7084bc6e30289c03f2938b299dfbff375a2c3f30
tree8ab8e85ff6db8977e848c0ecd9f91e39f6a90703
parent997d3d81d22b138729cbe51de231a063a48c1480
Don't throw an error on context exit if the connection is closed
psycopg3/psycopg3/connection.py
tests/pool/test_pool.py
tests/pool/test_pool_async.py
tests/test_connection.py
tests/test_connection_async.py