mirror of
https://github.com/jackc/pgx.git
synced 2025-09-04 19:37:10 +00:00
Update for pgx v5
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).
|
Loading…
x
Reference in New Issue
Block a user