pgx/pgxpool
Jack Christensen c3e41872a8 Resplit Begin and BeginEx
This is in preparation for a Begin / Tx interface that will similate
nested transactions with savepoints.

In addition, this passes the TxOptions struct by value and thereby
removes an allocation.
2019-08-17 15:53:55 -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 Resplit Begin and BeginEx 2019-08-17 15:53:55 -05:00
conn_test.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
pool.go Resplit Begin and BeginEx 2019-08-17 15:53:55 -05:00
pool_test.go Rename package pool to pgxpool 2019-06-29 11:37:36 -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 Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
tx_test.go Resplit Begin and BeginEx 2019-08-17 15:53:55 -05:00