Skip to content

Don't require Go MySQL parseTime=true #3686

Open
@jessepeterson

Description

@jessepeterson

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions