Explicit numeric type casts are ignored, which means that comparing a integer to a float that has be cast to an integer will not work as expected. https://github.com/invio/Invio.QueryProvider.MySql/blob/03146ab71130177e68285bb907676ad29b972341/test/Invio.QueryProvider.MySql.Test/MySqlQueryableTest.cs#L140-L142
Explicit numeric type casts are ignored, which means that comparing a integer to a float that has be cast to an integer will not work as expected.
Invio.QueryProvider.MySql/test/Invio.QueryProvider.MySql.Test/MySqlQueryableTest.cs
Lines 140 to 142 in 03146ab