Skip to content

Conversation

@sbdchd
Copy link
Owner

@sbdchd sbdchd commented Jun 17, 2025

These now parse the same precedence wise:

SELECT foo UNION SELECT bar ORDER BY baz;
-- equal to:
(SELECT foo UNION SELECT bar) ORDER BY baz;

@sbdchd sbdchd added the automerge automerge with kodiak label Jun 17, 2025
@kodiakhq kodiakhq bot merged commit 05e7289 into master Jun 17, 2025
24 checks passed
@kodiakhq kodiakhq bot deleted the steved-fix-precedence-for-select-trailing-clauses branch June 17, 2025 03:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge automerge with kodiak

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants