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: implement MAX/MIN/ORDER BY for decimal #35606

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ranma42
Copy link
Contributor

@ranma42 ranma42 commented Feb 9, 2025

Fixes #19635.

@ranma42
Copy link
Contributor Author

ranma42 commented Feb 9, 2025

This is based on the directions given in the issue #19635

Note that while this PR completes the operations described in that issue, other operations supported by decimal in C# are not yet implemented in SQLite (example: Abs).

@ranma42 ranma42 marked this pull request as ready for review February 9, 2025 21:10
@ranma42 ranma42 requested a review from a team as a code owner February 9, 2025 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SQLite: Enable Decimal
2 participants