-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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 sum and average aggregation for decimal
#33721
Conversation
Some notes:
EDIT: corrected notes on LINQ |
combined sum+avg as suggested in #33720 (comment) |
decimal
in SQLitedecimal
in SQLite
src/EFCore.Sqlite.Core/Query/Internal/SqliteQueryableAggregateMethodTranslator.cs
Outdated
Show resolved
Hide resolved
@ranma42 Can you please resolve the conflict and then I can merge. Thanks. |
and remove the fragment part specific to `COUNT`.
Contributes to dotnet#19635
@cincuranet rebased 👍 |
Thanks. Table in #19635 updated. |
decimal
in SQLitedecimal
Contributes to #19635