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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: