pgx/pgxpool
Evan Cordell cead918e18 run tests that rely on backend PID to run against cockroach
cockroach has supported backend PIDs on connections since 22.1:
https://www.cockroachlabs.com/docs/releases/v22.1.html#v22-1-3-sql-language-changes
2023-05-15 18:06:08 -05:00
..
batch_results.go Replace QueryFunc with ForEachScannedRow 2022-07-07 20:29:04 -05:00
bench_test.go Rename pgxpool.NewConfig to NewWithConfig 2022-07-30 09:16:42 -05:00
common_test.go Add tracing support 2022-07-16 12:27:10 -05:00
conn.go Use puddle v2 2022-07-30 12:16:16 -05:00
conn_test.go pgxpool pools always connect lazily 2022-07-10 14:58:30 -05:00
doc.go Update docs and changelog for renamed pgxpool.NewWithConfig 2022-09-16 18:16:36 -05:00
pool.go add BeforeClose to pgxpool.Pool 2023-05-15 18:06:08 -05:00
pool_test.go run tests that rely on backend PID to run against cockroach 2023-05-15 18:06:08 -05:00
rows.go Use higher pgconn.FieldDescription with string Name 2022-08-20 10:04:18 -05:00
stat.go Use puddle v2 2022-07-30 12:16:16 -05:00
tx.go Replace Begin and BeginTx methods with functions 2022-07-09 17:25:55 -05:00
tx_test.go pgxpool pools always connect lazily 2022-07-10 14:58:30 -05:00