pgx/internal
Jack Christensen 49b6aad319 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 substition is taking place in a location where an arbitrary
expression is not allowed.

https://github.com/jackc/pgx/issues/1928
2024-03-09 12:09:42 -06:00
..
anynil Replace interface{} with any 2022-04-09 09:12:55 -05:00
iobufpool Fix tests for iobufpool optimization 2023-01-28 09:30:12 -06:00
pgio
pgmock Make use of strings.Cut 2023-10-04 20:41:55 +03:00
sanitize Use spaces instead of parentheses for SQL sanitization 2024-03-09 12:09:42 -06:00
stmtcache Fix: prepared statement already exists 2024-02-03 12:33:17 -06:00