]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(pool): respect timeout on getconn() when the check function fails
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 29 Dec 2023 13:15:07 +0000 (14:15 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 6 Jan 2024 12:11:02 +0000 (13:11 +0100)
commit0c2d649fd1767addc1009524f21d5bc5c8d15dd1
tree1a5d7c7e52ef18d7e56941e41709f7beaa3eae27
parent57f7d3258968ee70e48f39c645df315ce8e06956
fix(pool): respect timeout on getconn() when the check function fails

Close #709.
docs/news_pool.rst
psycopg_pool/psycopg_pool/null_pool.py
psycopg_pool/psycopg_pool/null_pool_async.py
psycopg_pool/psycopg_pool/pool.py
psycopg_pool/psycopg_pool/pool_async.py
tests/pool/test_pool_common.py
tests/pool/test_pool_common_async.py