2
0
Files
pgx/stdlib
Jack Christensen 0f0d236599 database/sql prepared statement names are deterministically generated
stdlib now uses the functionality introduced in
bbe2653bc5 for prepared statements. This
means that the prepared statement name is stable for a given query even
across connections and program executions.

It also makes tracing easier.

See https://github.com/jackc/pgx/issues/1754
2023-10-07 10:16:25 -05:00
..
2020-06-01 08:53:45 -05:00
2023-10-07 09:26:23 -05:00