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: ProjectStar table is set incorrectly in JoinEliminator #8412

Closed
anpete opened this issue May 8, 2017 · 0 comments
Closed

Query: ProjectStar table is set incorrectly in JoinEliminator #8412

anpete opened this issue May 8, 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 May 8, 2017

Causing required check in JoinEliminator:

if (ReferenceEquals(selectExpression.ProjectStarTable, joinExpressionBase)
     || ReferenceEquals(selectExpression.ProjectStarTable, joinExpressionBase.TableExpression))

cc @smitpatel

@smitpatel smitpatel self-assigned this May 8, 2017
@anpete anpete changed the title ProjectStar table set incorrectly ProjectStar table set incorrectly? May 8, 2017
@ajcvickers ajcvickers added this to the 2.0.0 milestone May 12, 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 May 15, 2017
@smitpatel smitpatel changed the title ProjectStar table set incorrectly? Query: ProjectStar table is set incorrectly in JoinEliminator May 16, 2017
@bricelam bricelam modified the milestones: 2.0.0, 2.0.0-preview2 May 16, 2017
@ajcvickers ajcvickers modified the milestones: 2.0.0-preview2, 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

4 participants