pgx/stdlib
Jack Christensen cf6ef75f91 stdlib: Use Ping instead of CheckConn in ResetSession
CheckConn is deprecated. It doesn't detect all network outages. It
causes a 1ms delay while it tries to read the connection. Ping incurs a
round trip but that means it is a much stronger guarantee that the
connection is usable. In addition, if the application and the database
are on the same network it will actually be faster as round trip times
are typically a few hundred microseconds.
2023-10-26 20:41:44 -05:00
..
bench_test.go Add raw benchmark 2020-06-01 08:53:45 -05:00
sql.go stdlib: Use Ping instead of CheckConn in ResetSession 2023-10-26 20:41:44 -05:00
sql_test.go Skip test on CockroachDB 2023-10-10 22:07:06 -05:00