lib / pq

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

error: add SQLState #1080

Closed drakkan closed 2 years ago

drakkan commented 2 years ago

SQLState is also implemented in pgx. This change allows to get the SQL state without importing lib/pq, see for example here:

https://github.com/cockroachdb/cockroach-go/blob/e1659d1d3580897bce4cea1181724872d792ce53/crdb/tx.go#L232

to understand why it is useful