pgx/pgxpool
Jack Christensen ac2918b9a3 Add BeginFunc and BeginTxFunc
fixes #821
2021-02-20 18:30:18 -06: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 Add Config.Copy() in pgx and pgxpool packages. Conn.Config() and Pool.Config() return copy of the original config. 2020-06-02 13:35:05 +03:00
conn.go Add BeginFunc and BeginTxFunc 2021-02-20 18:30:18 -06:00
conn_test.go Rename package pool to pgxpool 2019-06-29 11:37:36 -05:00
doc.go Explicityly state pgxpool's concurrency-safety 2020-11-09 17:01:51 -06:00
pool.go Add BeginFunc and BeginTxFunc 2021-02-20 18:30:18 -06:00
pool_test.go Add BeginFunc and BeginTxFunc 2021-02-20 18:30:18 -06:00
rows.go Fix pgxpool Rows.CommandTag() 2019-10-21 13:57:39 -05:00
stat.go Add/Copy docstring from puddle 2020-10-06 09:04:33 -05:00
tx.go Add BeginFunc and BeginTxFunc 2021-02-20 18:30:18 -06:00
tx_test.go Resplit Begin and BeginEx 2019-08-17 15:53:55 -05:00