Skip to content
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

Don't require Go MySQL parseTime=true #3686

Open
jessepeterson opened this issue Nov 4, 2024 · 0 comments
Open

Don't require Go MySQL parseTime=true #3686

jessepeterson opened this issue Nov 4, 2024 · 0 comments
Labels

Comments

@jessepeterson
Copy link

What do you want to change?

In the datatypes docs it says:

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

@jessepeterson jessepeterson added the enhancement New feature or request label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant