lib / pq

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

removed minor from version #979

Closed andboson closed 3 years ago

andboson commented 4 years ago

fixed server version detection for builds like "11.2 (Debian 11.2-1.pgdg90+1)"

andboson commented 4 years ago

it need to be done for correct bytea encoding

Lekensteyn commented 3 years ago

Additionally, the Travis CI tests are failing due to an unrelated change, I would recommend merging as-is @mjibson