-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Gosh... where to begin. When attempting to test with MySQL, I noticed some oddities with how the Gorm driver was behaving. First, when integer fields were annotated, the resulting datatype would be a varbinary of a specific length instead of being a blob. Second, once those annotations were removed, I couldn't get the unit test to work because the driver was trying to de-serialize a time.Time field using the AES serializer even though it wasn't annotated. Need to investigate this support a whole lot more.
Metadata
Metadata
Assignees
Labels
No labels