Update for pgx v5

Jack Christensen 2022-09-17 08:42:28 -05:00
parent 2f5e42c8c8
commit e7c1e19282

@ -10,4 +10,4 @@ This error can also be triggered by cursors that return different result types.
Another incompatibility is with PgBouncer. PgBouncer does not support prepared statements.
In any case, statement caching can be disabled by connecting with `statement_cache_capacity=0`.
In any case, statement caching can be disabled by changing [QueryExecMode](https://pkg.go.dev/github.com/jackc/pgx/v5#QueryExecMode) in the [ConnConfig](https://pkg.go.dev/github.com/jackc/pgx/v5#ConnConfig).