pgx/stdlib
Dan McGee 0328d314ea Use bytes.Equal rather than bytes.Compare ==/!= 0
As recommended by go-staticcheck, but also might be a bit more efficient
for the compiler to implement, since we don't care about which slice of
bytes is greater than the other one.
2023-07-08 12:08:05 -05:00
..
bench_test.go Add raw benchmark 2020-06-01 08:53:45 -05:00
sql.go simplify duplicate `pgx` registration guard 2023-02-13 21:08:42 -06:00
sql_test.go Use bytes.Equal rather than bytes.Compare ==/!= 0 2023-07-08 12:08:05 -05:00