Bump github.com/jackc/pgx/v4 from 4.18.2 to 4.18.3
Bumps github.com/jackc/pgx/v4 from 4.18.2 to 4.18.3.
Changelog
Sourced from github.com/jackc/pgx/v4's changelog.
4.18.3 (March 9, 2024)
Use spaces instead of parentheses for SQL sanitization.
This still solves the problem of negative numbers creating a line comment, but this avoids breaking edge cases such as
set foo to $1
where the substitution is taking place in a location where an arbitrary expression is not allowed.
Commits
-
8f05c47
Update changelog -
69fcb46
Use spaces instead of parentheses for SQL sanitization. - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts