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

internal/fields: Use sql.NullTime instead of mysql.NullTime #512

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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.

None yet

1 participant