pgx/pgxpool
Jack Christensen 31705e586a Use pgconn.PreparedStatementDescription directly
Instead of having similar pgx.PreparedStatement
2019-08-24 14:29:05 -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 Use pgconn.PreparedStatementDescription directly 2019-08-24 14:29:05 -05:00
tx_test.go Resplit Begin and BeginEx 2019-08-17 15:53:55 -05:00