Skip to content

Conversation

@bricelam
Copy link
Contributor

Fixes #19687, part of #19635

@bricelam bricelam changed the title SQlite: Fix modulo on floating-point values SQLite: Fix modulo on floating-point values Feb 21, 2020
@bricelam bricelam merged commit 2524a19 into dotnet:master Feb 21, 2020
@bricelam bricelam deleted the mod branch February 21, 2020 23:53
}

sqliteConnection.CreateFunction<object, object, object>(
"ef_mod",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, forgot to mark this as deterministic. Updating in PR #19617

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

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

2 participants