Skip to content

SQLite: Incorrect result for modulo (%) on REAL values #19687

Closed
@bricelam

Description

@bricelam

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions