pgx/stdlib
Jack Christensen cd16be9308 Close database/sql connections created through ConnPool
database/sql driver created through stdlib.OpenFromConnPool closes connections
when requested by database/sql rather than release to underlying connection
pool.
2017-06-08 19:14:03 -05:00
..
sql.go Close database/sql connections created through ConnPool 2017-06-08 19:14:03 -05:00
sql_test.go fix(stdlib): lock openFromConnPoolCount while using 2017-03-20 14:20:05 -07:00