-
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
Aggregate function distinct count throw InvalidOperationException #17376
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
Comments
Distinct can be applied in front of anything. Should be made first class like SqlExpression. |
Design meeting decision, make a wrapper to provide Distinct around any sqlExpression. It does not have to be property on SqlExpression. |
This was referenced Feb 14, 2020
smitpatel
added
the
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
label
Aug 3, 2020
smitpatel
added a commit
that referenced
this issue
Aug 3, 2020
smitpatel
added a commit
that referenced
this issue
Aug 3, 2020
smitpatel
added a commit
that referenced
this issue
Aug 3, 2020
smitpatel
added a commit
that referenced
this issue
Aug 4, 2020
smitpatel
added a commit
that referenced
this issue
Aug 4, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
I try implement OData countdistinct. In Ef core 2.2.6 this code worked without exception.
Steps to reproduce
or
must translate to
Further technical details
EF Core version: 3.0.0-preview9.19421.14
Database Provider: Microsoft.EntityFrameworkCore.SqlServer
Operating system: Windows 8.1
IDE: Visual Studio 2019 16.3 preview 2.0
The text was updated successfully, but these errors were encountered: