lib / pq

Pure Go Postgres driver for database/sql
https://pkg.go.dev/github.com/lib/pq
MIT License
9.01k stars 910 forks source link

allow ping during a failed txn #926

Closed maddyblue closed 4 years ago

apantel commented 4 years ago

Confirmed that this prevents broken pings for me locally.