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

Fix TPC equality check inside subquery predicate #35120

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Conversation

roji
Copy link
Member

@roji roji commented Nov 15, 2024

Fixes #35118

@roji
Copy link
Member Author

roji commented Nov 18, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@roji roji enabled auto-merge (squash) November 24, 2024 09:55
}
=> TryGetTable(column, out var table, out tableIndex)
? table
: throw new InvalidOperationException($"Table not found with alias '{column.TableAlias}'");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be a resource string.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah... Though it might actually be more of an UnreachableException (assertion), in which case we don't do resources - I'll take a look.

@roji roji merged commit 3d0b86d into dotnet:main Nov 25, 2024
7 checks passed
@roji roji deleted the GetTable branch November 25, 2024 09:48
roji added a commit to roji/efcore that referenced this pull request Nov 25, 2024
roji added a commit to roji/efcore that referenced this pull request Nov 25, 2024
roji added a commit that referenced this pull request Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Regression] "Table not found with alias" for column access inside subquery predicate
2 participants