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

v1.3.0 - Misleading release description #933

Closed burningalchemist closed 4 years ago

burningalchemist commented 4 years ago

Hello @mjibson

There seems to be a misleading description for v1.3.0 release:

* Add support for statement QueryContext and ExecContext. 
* Add support for connection PrepareContext. 
* Improved Ping support, now works correctly even during a failed transaction.

As far as I understand, first two things have been reverted.

Instead, #888 (Fix nil pointer dereference when calling RowsAffected on the result of a 0-item CopyIn) might be included in the changelog.

Cheers!

maddyblue commented 4 years ago

Thanks. Fixed. Not sure how I missed those.