Open Issues Need Help
View All on GitHub fix: System.InvalidOperationException: No coercion operator is defined between types 'System.Int32' and 'System.Boolean'. about 2 months ago
AI Summary: The task is to fix a `System.InvalidOperationException` occurring when using `NUMBER(1)` data type in a database. The exception arises from a type mismatch between `System.Int32` and `System.Boolean`. The solution involves changing the database field type to `bool` and updating the Entity Framework Core `DbContext` configuration accordingly. This fix needs to be applied to all other `NUMBER(1)` fields in the database.
Complexity:
3/5
bug help wanted