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

Add support for a handler func that receives notice messages from Pg #932

Closed autarch closed 4 years ago

autarch commented 4 years ago

Fixes lib/pq#580

Closes #794

autarch commented 4 years ago

There's a test failure but I think this may be due to flakiness in the test code itself. The same test fails in a different way at https://travis-ci.org/lib/pq/jobs/527939031. I note that the other failure was also with Pg 9.6, though that could be a red herring.