]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(pool): reset connection transaction status after failed check
authorKanav Kalucha <kanav@openai.com>
Tue, 25 Feb 2025 18:28:38 +0000 (10:28 -0800)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 18 Oct 2025 23:57:46 +0000 (01:57 +0200)
commit0755481dd9137a408ea832b444c88dcbdae4d73b
tree829c8392a20776409d07d3198bd1f0378735e1b6
parenta2e5c11db585cf198b1825bc2310cafbecb72828
fix(pool): reset connection transaction status after failed check

Close #1014
psycopg_pool/psycopg_pool/pool.py
psycopg_pool/psycopg_pool/pool_async.py
tests/pool/test_pool.py
tests/pool/test_pool_async.py