Replies: 1 comment 1 reply
-
May be change the entity definition to f64 or decimal ? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some SQLite3 databases created with another software. Some of them have a type mismatch where a column declared as Integer actually contains a Real. This is legal in SQLite3 which does not enforce strong typing.
But this results in an error with SeaORM,
How would you handle this ?
Beta Was this translation helpful? Give feedback.
All reactions