Skip to content
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

Query: Allow final GroupBy navigation #29205

Merged
merged 2 commits into from
Oct 5, 2022
Merged

Conversation

smitpatel
Copy link
Member

@smitpatel smitpatel commented Sep 26, 2022

Resolves #29199

Description

EF7 added support for GroupBy entity type. This is not working when that entity type is defined by a navigation property. For example:

var query = context.Books.GroupBy(s => s.Author);

Customer impact

This was one of the customer-requested scenarios that the EF7 feature as intended to enable.

How found

Testing customer-reported issues against EF7.

Regression

No; new feature in EF7.

Testing

New testing added.

Risk

Low, small fix to new feature.

@ajcvickers ajcvickers requested a review from maumar October 3, 2022 18:55
@ajcvickers ajcvickers changed the title Query: Allow final GroupBy entity type Query: Allow final GroupBy navigation Oct 3, 2022
@ajcvickers ajcvickers added this to the 7.0.0 milestone Oct 4, 2022
@ajcvickers ajcvickers merged commit de2fe7e into release/7.0 Oct 5, 2022
@ajcvickers ajcvickers deleted the smit/issue29199 branch October 5, 2022 08:18
@ajcvickers ajcvickers removed this from the 7.0.0 milestone Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants