pgx/pgxpool
Jack Christensen b5ce0220f8 Add CommandTag to Rows interface
This allows handling queries where it is unknown if there will be a
result set or not. If it is not a result set returning query the
command tag will still be available.
2019-09-02 09:53:26 -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
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 CommandTag to Rows interface 2019-09-02 09:53:26 -05:00
stat.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
tx.go Update for rename of pgconn.PreparedStatementDescription 2019-08-24 20:44:56 -05:00
tx_test.go Resplit Begin and BeginEx 2019-08-17 15:53:55 -05:00