lib / pq

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

Deprecate pq.NullTime #902

Open lanrat opened 5 years ago

lanrat commented 5 years ago

database/sql will have a NullTime type from Go1.13 onward, which should be used instead: golang/go#30305

For backwards compatibility pq.NullTime could be make to alias sql.NullTime when compiling on Go 1.13+.

https://go-review.googlesource.com/c/go/+/170699/