-
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
Grouping produces wrong query when nested navigation is used #13594
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Milestone
Comments
AndriySvyryd
added
verify-fixed
This issue is likely fixed in new query pipeline.
and removed
relinq-dependent
labels
Aug 22, 2019
The query is missing in initial issue. |
maumar
added
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
and removed
verify-fixed
This issue is likely fixed in new query pipeline.
punted-for-3.0
labels
Oct 8, 2019
maumar
added a commit
that referenced
this issue
Oct 8, 2019
- added regression tests for #12289 - added regression tests for #15279 - added regression tests for #15938 - added regression tests for #18267 - resolves #12522 - resolves #12805 - resolves #13231 - resolves #13594 - resolves #13754 - resolves #14851 - resolves #15103 - resolves #15669 - resolves #15853
maumar
added a commit
that referenced
this issue
Oct 8, 2019
- added regression tests for #12289 - added regression tests for #15279 - added regression tests for #15938 - added regression tests for #18267 - resolves #12522 - resolves #12805 - resolves #13231 - resolves #13594 - resolves #13754 - resolves #14851 - resolves #15103 - resolves #15669 - resolves #15853
maumar
added a commit
that referenced
this issue
Oct 8, 2019
- added regression tests for #12289 - added regression tests for #15279 - added regression tests for #15938 - added regression tests for #18267 - resolves #12522 - resolves #12805 - resolves #13231 - resolves #13594 - resolves #13754 - resolves #14851 - resolves #15103 - resolves #15669 - resolves #15853
maumar
added a commit
that referenced
this issue
Oct 8, 2019
- added regression tests for #12289 - added regression tests for #15279 - added regression tests for #15938 - added regression tests for #18267 - resolves #12522 - resolves #12805 - resolves #13231 - resolves #13594 - resolves #13754 - resolves #14851 - resolves #15103 - resolves #15669 - resolves #15853
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
type-bug
Grouping produces wrong query.
I have following model:
Steps to reproduce
then I have selector
all is working properly when it comes to sorting or filtering
however when I'm trying to group .e.g. by name group by produces wrong select.
It reproduces in this case:
at the end of SQL select part of group
which is not exist in from select which is causing SQL exception:
Further technical details
EF Core version: 2.1.4
Database Provider: (Microsoft.EntityFrameworkCore.SqlServer)
Operating system: Windows 10 Pro
IDE: (Visual Studio 2017 15.8.7)
The text was updated successfully, but these errors were encountered: