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
Hi @richp10, I have little experiences on Postgres. But in MySQL case, we have to pass a query param ?parseTime=true in the db connection URI string. Maybe you can try it on the Postgres connection.
By the way, this project is so far beyond maintenance and really out dated. I would recommend to look into other ORM framwork, or sqlx, or Facebook/ent.
If I have a date field - the gmq model created translates this into a string field containing (for example)
2007-09-10T00:00:00Z
I see no obvious reason why this could not be created as a golang datetime?
Any chance of this being the standard behaviour - or maybe optional as a switch?
The text was updated successfully, but these errors were encountered: