Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLite: Fix modulo on floating-point values #20024

Merged
merged 1 commit into from
Feb 21, 2020
Merged

SQLite: Fix modulo on floating-point values #20024

merged 1 commit into from
Feb 21, 2020

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