dotnet / efcore

EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations.
https://docs.microsoft.com/ef/
MIT License
13.41k stars 3.11k forks source link

Implement average aggregation for `decimal` in SQLite #33720

Closed ranma42 closed 2 weeks ago

ranma42 commented 2 weeks ago

Contributes to https://github.com/dotnet/efcore/issues/19635

ranma42 commented 2 weeks ago

I also posted #33721. This PR is slightly simpler as it does not affect the nullability processing, but I left it as a draft as I still have some (similar) doubts around both these changesets. I'll update both PRs later on 😇

roji commented 2 weeks ago

@ranma42 I'd suggest submitting a single PR for the multiple aggregate translations; things are similar enough that it makes sense to just have a single PR I think.