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

Wrap unions into parenthesis (#495) #498

Merged
merged 1 commit into from
Nov 6, 2022
Merged

Conversation

adrian-budau
Copy link
Contributor

PR Info

Bug Fixes

  • Union selects had their ORDER BY applied to the whole statement, which was counterintuitive to the declarative syntax.
    The first select order by will still apply to the whole union to preserve this useful capability.

@ikrivosheev ikrivosheev requested review from ikrivosheev, billy1624 and tyt2y3 and removed request for ikrivosheev and billy1624 November 3, 2022 08:57
Copy link
Member

@ikrivosheev ikrivosheev left a comment

Choose a reason for hiding this comment

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

@adrian-budau thank you! LGTM!

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.

union does not add parentheses to the individual selects
3 participants