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: select from subquery not qualifying field #1703

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Angelelz
Copy link
Collaborator

close #1242

Currently SQL.Aliased fields in subqueries and CTEs are not being qualified to the subquery/CTE alias.

  • [All] Added a new qualifier property to the SQL.Aliased class to allow qualifying aliased fields properly
  • [All] Added proper handling of Aliased fields when building the selection on each dialect
  • [All] Added integration tests

@AsemK
Copy link

AsemK commented Oct 5, 2024

Is there a plan to ship this soon? Would solve many problems for us and make user code much cleaner.

@ingoandelhofs
Copy link

Any updates on this? @Angelelz

@Ryneex
Copy link

Ryneex commented Dec 20, 2024

We might actually get GTA 6 before this PR gets merged

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.

[BUG]: Selecting from sub-query does not qualify the field
4 participants