pgx/pgxpool
Jack Christensen 03da9fcec6 Check conn liveness before using when idle for more than 1 second
Implemented in pgxpool.Pool and database/sql.

https://github.com/jackc/pgx/issues/672
2022-06-25 17:58:53 -05:00
..
batch_results.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
bench_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
common_test.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
conn.go Use generic / type safe puddle for pgxpool 2022-04-16 09:28:46 -05:00
conn_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00
doc.go Explicityly state pgxpool's concurrency-safety 2020-11-09 17:01:51 -06:00
pool.go Check conn liveness before using when idle for more than 1 second 2022-06-25 17:58:53 -05:00
pool_test.go Check conn liveness before using when idle for more than 1 second 2022-06-25 17:58:53 -05:00
rows.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
stat.go Add comments 2021-09-25 09:26:59 -05:00
tx.go Replace interface{} with any 2022-04-09 09:12:55 -05:00
tx_test.go Bump module version to v5 2021-12-11 13:29:03 -06:00