Open lanrat opened 5 years ago
database/sql will have a NullTime type from Go1.13 onward, which should be used instead: golang/go#30305
NullTime
For backwards compatibility pq.NullTime could be make to alias sql.NullTime when compiling on Go 1.13+.
pq.NullTime
sql.NullTime
https://go-review.googlesource.com/c/go/+/170699/
database/sql will have a
NullTime
type from Go1.13 onward, which should be used instead: golang/go#30305For backwards compatibility
pq.NullTime
could be make to aliassql.NullTime
when compiling on Go 1.13+.https://go-review.googlesource.com/c/go/+/170699/