datatypes
datatypes copied to clipboard
Update ignores SerializerValuerInterface of UpdatedAt
GORM Playground Link
https://github.com/go-gorm/playground/pull/772
Description
On SQLite with a custom SerializerInterface and SerializerValuerInterface datetime type for CreatedAt and UpdatedAt:
Insert works fine but on Update time.Time is used instead of the custom SerializerValuerInterface