]> git.ipfire.org Git - thirdparty/psycopg.git/commit
Don't lose pool connections giving them to a clients already timed out
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Mon, 22 Feb 2021 01:05:14 +0000 (02:05 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 12 Mar 2021 04:07:25 +0000 (05:07 +0100)
commit6a4fac57efc1d1a5768760fb9609682fd3cd85ee
tree91cc6bca8ef1e3a04454306596512bff59ebe449
parent1e414dc8e873f731c2d8675ff314a98412ec2a4c
Don't lose pool connections giving them to a clients already timed out
psycopg3/psycopg3/pool.py
tests/test_pool.py