EntityFramework.Functions icon indicating copy to clipboard operation
EntityFramework.Functions copied to clipboard

Support aggregate functions with more then one argument

Open stowellt opened this issue 5 years ago • 1 comments

Hi,

Entity Framework v6.3.0 has support for aggregate functions with more then one argument. Could Function.DbModel.cs be updated to support that?

stowellt avatar Jul 10 '20 17:07 stowellt

@stowellt, did you try that yourself? I tried to implement STRING_AGG but it fails inside ef6 telling that argument count is not correct.

See https://github.com/dotnet/ef6/issues/2090

kemsky avatar Feb 04 '23 11:02 kemsky