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: Relational OfType op selects unnecessary columns #7451

Closed
anpete opened this issue Jan 20, 2017 · 0 comments
Closed

Query: Relational OfType op selects unnecessary columns #7451

anpete opened this issue Jan 20, 2017 · 0 comments
Assignees
Labels
closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Milestone

Comments

@anpete
Copy link
Contributor

anpete commented Jan 20, 2017

Given a hierarchy like:

   A
 /   \
B     C

the following query will select the columns from B:

context.As.OfType<C>();
@rowanmiller rowanmiller added this to the 2.0.0 milestone Jan 27, 2017
@smitpatel smitpatel added the closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. label Feb 14, 2017
smitpatel added a commit that referenced this issue Feb 16, 2017
fixed via resolution of #7451
smitpatel added a commit that referenced this issue Feb 17, 2017
fixed via resolution of #7451
rpawlaszek pushed a commit to rpawlaszek/EntityFramework that referenced this issue Feb 19, 2017
@ajcvickers ajcvickers changed the title Relational OfType op selects unnecessary columns Query: Relational OfType op selects unnecessary columns May 9, 2017
@divega divega added closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. and removed closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. labels May 10, 2017
@ajcvickers ajcvickers modified the milestones: 2.0.0-preview1, 2.0.0 Oct 15, 2022
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. type-bug
Projects
None yet
Development

No branches or pull requests

5 participants