]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat(pool): raise a warning if async pools are open in the constructor
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 8 Oct 2023 18:43:47 +0000 (20:43 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 14 Oct 2023 07:39:18 +0000 (09:39 +0200)
commitb427b9efe182887c6247893676fdc82f1989c77b
treea025138a5ae7ded5a410f9de2f3cd4b57f0f6929
parent89bf99af261885f3bd01a0e1239625e63a416251
feat(pool): raise a warning if async pools are open in the constructor
docs/news_pool.rst
psycopg_pool/psycopg_pool/base.py
psycopg_pool/psycopg_pool/pool.py
psycopg_pool/psycopg_pool/pool_async.py
tests/pool/test_pool.py
tests/pool/test_pool_async.py
tests/pool/test_pool_async_noasyncio.py
tests/pool/test_pool_common.py
tests/pool/test_pool_common_async.py