[Q] SqlNullabilityProcessor.VisitSqlFunction, Nullability of SUM function #26357
Labels
area-query
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-enhancement
Milestone
Hello @maumar,
In case of "SUM" function, VisitSqlFunction returns not-nullable expression COALSECE(0, SUM(....)).
But does not set out-variable nullable to false
efcore/src/EFCore.Relational/Query/SqlNullabilityProcessor.cs
Lines 1048 to 1067 in 07d281b
It is correct?
Thank you in advance for your response.
The text was updated successfully, but these errors were encountered: