-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Error loading string data #152
Comments
Perhaps that value is implicitly casted to a Lines 8 to 43 in 98baced
Removing this pattern would help, but I am worried about breaking a backward compatibility to this feature |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the current data in the table creation:
and in the fixture file:
When it loads the fixtures, for some unknown reason, it converts it to:
0000-06-01 00:00:00 -0659 LMT
.When I remove the quotes in the fixture file:
it converts correctly to a varchar.
However, I would like to keep being explicit about the data type by using quotes.
The text was updated successfully, but these errors were encountered: