We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
go-gorm/playground#772
On SQLite with a custom SerializerInterface and SerializerValuerInterface datetime type for CreatedAt and UpdatedAt:
SerializerInterface
SerializerValuerInterface
CreatedAt
UpdatedAt
Insert works fine but on Update time.Time is used instead of the custom SerializerValuerInterface
The text was updated successfully, but these errors were encountered:
hacked fix for go-gorm/datatypes#279
02d038a
jinzhu
No branches or pull requests
GORM Playground Link
go-gorm/playground#772
Description
On SQLite with a custom
SerializerInterface
andSerializerValuerInterface
datetime type forCreatedAt
andUpdatedAt
:Insert works fine but on Update time.Time is used instead of the custom
SerializerValuerInterface
The text was updated successfully, but these errors were encountered: