]> git.ipfire.org Git - thirdparty/psycopg.git/commit
feat(pool) raise a warning if the pool is expected to be opened implicitly
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 7 Oct 2023 22:01:57 +0000 (00:01 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 14 Oct 2023 07:39:18 +0000 (09:39 +0200)
commit89bf99af261885f3bd01a0e1239625e63a416251
tree9168898abe469e5908f1c59f52b03df03c86a5a3
parent904a306211ffc1fe078b66b8c0522d57d7534a96
feat(pool) raise a warning if the pool is expected to be opened implicitly
docs/news_pool.rst
psycopg_pool/psycopg_pool/base.py
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.py
tests/pool/test_pool_async.py
tests/pool/test_pool_common.py
tests/pool/test_pool_common_async.py