pgx/pgxpool
Jack Christensen 143bc3165d Add Conn() to Tx interface.
This is necessary to allow code using a Tx to access the *Conn (and
pgconn.PgConn) on which the Tx is executing.
2019-10-12 09:35:29 -05:00
..
batch_results.go Remove Results suffix from BatchResults methods 2019-08-24 23:41:28 -05:00
bench_test.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
common_test.go Remove Results suffix from BatchResults methods 2019-08-24 23:41:28 -05:00
conn.go Update pgxpool for latest pgconn 2019-08-27 18:29:14 -05:00
conn_test.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
doc.go Add package docs for pgxpool 2019-09-02 12:18:30 -05:00
pool.go Pool BeforeAcquire hook takes context 2019-08-31 08:57:03 -05:00
pool_test.go Pool BeforeAcquire hook takes context 2019-08-31 08:57:03 -05:00
rows.go Add RawValues to Rows 2019-09-10 17:58:24 -05:00
stat.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
tx.go Add Conn() to Tx interface. 2019-10-12 09:35:29 -05:00
tx_test.go Resplit Begin and BeginEx 2019-08-17 15:53:55 -05:00