pgx/pgxpool
Jack Christensen b7b52ff079 Require conn and pool configs to be created by ParseConfig
This simplifies handling default values. Now there is no ambiguity
between a zero value and a default value. All default values are set by
ParseConfig and the user can modify them after the initial creation.

fixes #567
2019-08-24 09:53:38 -05:00
..
batch_results.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
bench_test.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
common_test.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
conn.go Add pgx.Tx interface and pseudo nested transaction support 2019-08-17 17:22:14 -05:00
conn_test.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
pool.go Require conn and pool configs to be created by ParseConfig 2019-08-24 09:53:38 -05:00
pool_test.go Require conn and pool configs to be created by ParseConfig 2019-08-24 09:53:38 -05:00
rows.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
stat.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
tx.go Add pgx.Tx interface and pseudo nested transaction support 2019-08-17 17:22:14 -05:00
tx_test.go Resplit Begin and BeginEx 2019-08-17 15:53:55 -05:00