-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deprecate mysql.NullTime #960
Labels
Milestone
Comments
Or better: make I will submit a PR to implement this solution. |
Well, the |
5 tasks
5 tasks
5 tasks
Will |
This was referenced Aug 13, 2020
johejo
added a commit
to johejo/xo
that referenced
this issue
Apr 15, 2021
- Replace mysql.NullTime with sql.NullTime (go-sql-driver/mysql#960)
johejo
added a commit
to johejo/xo
that referenced
this issue
Apr 16, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
database/sql will have a
NullTime
type from Go1.13 onward, which should be used instead: golang/go#30305The text was updated successfully, but these errors were encountered: