You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For MySQL users relying on github.com/go-sql-driver/mysql, ensure that parseTime=true is added to your database connection string.
Can there be a mode or switch that turns off this assumption? That is: any date/time field is assumed to be textual (string or []byte) rather than a time.Time{}?
Thanks!
What database engines need to be changed?
MySQL
What programming language backends need to be changed?
Go
The text was updated successfully, but these errors were encountered:
What do you want to change?
In the datatypes docs it says:
Can there be a mode or switch that turns off this assumption? That is: any date/time field is assumed to be textual (
string
or[]byte
) rather than atime.Time{}
?Thanks!
What database engines need to be changed?
MySQL
What programming language backends need to be changed?
Go
The text was updated successfully, but these errors were encountered: