Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Conversation

@tomateos
Copy link

@tomateos tomateos commented Apr 6, 2022

In go1.13, the standard library added sql.NullTime. We're switching to
the new implementation to keep the library up to date and prevent
potential deprecation of NullTime in the go-sql-driver package. It's
worth noting that go-sql-driver1.6 already deprecates mysql.NullTime and
is using sql.NullTime under the hood.

In go1.13, the standard library added sql.NullTime. We're switching to
the new implementation to keep the library up to date and prevent
potential deprecation of NullTime in the go-sql-driver package. It's
worth noting that go-sql-driver1.6 already deprecates mysql.NullTime and
is using sql.NullTime under the hood.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants