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 filter bug in Relation API #3389

Closed

Conversation

gs-rpant1729
Copy link
Contributor

What type of PR is this?

Bug fix

What does this PR do / why is it needed ?

Filter post joins on Relations led to invalid SQL being generated.
This change also updates isolateTdsSelect to return a subselect with TableAliasColumnNames instead of just ColumnNames which led to loss of column origin info. The generated SQLs using this function still remain semantically identical. However, lots of tests assert on the SQL, so lots of test updates :(

Which issue(s) this PR fixes:

Fixes #

Other notes for reviewers:

Does this PR introduce a user-facing change?

fix more tests

fix tests

fix isolateTdsSelect

fix filter bug in Relation API
@gs-rpant1729 gs-rpant1729 requested a review from a team as a code owner February 3, 2025 14:36
@gs-rpant1729
Copy link
Contributor Author

Closing in favor of - #3390

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.

1 participant