Closed lzakharov closed 2 months ago
Thanks for bringing this to our attention and fixing it @lzakharov !
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 64.65%. Comparing base (
554d2c9
) to head (23a2a43
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@all-contributors please add @lzakharov for code
@markphelps
I've put up a pull request to add @lzakharov! :tada:
Hi! According to the migration from
lib/pq
topgx
in v1.41.0 it's necessary to replacebinary_parameters=yes
option withdefault_query_exec_mode=simple_protocol
. Otherwise, the use of prepared statements will not be disabled.Reference: https://pkg.go.dev/github.com/jackc/pgx/v5#ParseConfig.