]> git.ipfire.org Git - thirdparty/psycopg.git/commit
fix(pool): make sure that check() fills an empty pool
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 16 Dec 2022 03:21:38 +0000 (03:21 +0000)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 16 Dec 2022 15:29:41 +0000 (15:29 +0000)
commitf196fb4184ca02f4f1b9ce1cefdc4f0f20e363e5
tree7205842059346231804d643011739651f6bff49c
parent90083662f985a53bcc267a6b951fb23eba1fb13f
fix(pool): make sure that check() fills an empty pool

Close #438.
docs/news_pool.rst
psycopg_pool/psycopg_pool/pool.py
psycopg_pool/psycopg_pool/pool_async.py
tests/pool/test_pool.py
tests/pool/test_pool_async.py