mirror of
https://github.com/jackc/pgx.git
synced 2025-09-04 19:37:10 +00:00
database/sql driver created through stdlib.OpenFromConnPool closes connections when requested by database/sql rather than release to underlying connection pool.