lib / pq

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

ignore null not “return err” #1030

Closed hhstu closed 3 years ago

hhstu commented 3 years ago

It`s better "ignore err“ than "return err" when result is '{NULL}', How do you think about it ?