Skip to content
New issue

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

Issues with mysql #3

Open
mjpitz opened this issue Dec 4, 2023 · 0 comments
Open

Issues with mysql #3

mjpitz opened this issue Dec 4, 2023 · 0 comments

Comments

@mjpitz
Copy link
Owner

mjpitz commented Dec 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant