You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLite always performs integer arithmetic for the modulo operator. This means that results will be very different from .NET on double and float values. We should consider blocking the SQL translation of this operator or enabling it via a UDF.