-
Hello, In v4 I used to set the *pgx.ConnConfig.BuildStatementCache field to false to disable statement caching. What is the equivalent for this in v5? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
jackc
Mar 2, 2023
Replies: 1 comment
-
Change |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
sanket28
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change
DefaultQueryExecMode
in your config. See https://pkg.go.dev/github.com/jackc/pgx/v5#ConnConfig and https://pkg.go.dev/github.com/jackc/pgx/v5#QueryExecMode.