Skip to content

Conversation

@mathiasrw
Copy link
Member

  • UnionClause: Extract UnionOp and UnionableSelect helpers, add ParenthesizedSelect support
  • FromTable: Extract FromTableAlias helper to consolidate alias patterns
  • JoinTableAs: Reuse FromTableAlias helper
  • OverClause: Use optional markers for partition/order clauses
  • Select: Add ParenthesizedSelect support for SQL-99 compliant UNION handling

Note: Insert rules kept in expanded form due to LALR parser ambiguity (column list and values list both start with LPAR)

Thank you for the time you are putting into AlaSQL!

- UnionClause: Extract UnionOp and UnionableSelect helpers, add ParenthesizedSelect support
- FromTable: Extract FromTableAlias helper to consolidate alias patterns
- JoinTableAs: Reuse FromTableAlias helper
- OverClause: Use optional markers for partition/order clauses
- Select: Add ParenthesizedSelect support for SQL-99 compliant UNION handling

Note: Insert rules kept in expanded form due to LALR parser ambiguity
(column list and values list both start with LPAR)
@mathiasrw mathiasrw merged commit 0b2492d into develop Jan 2, 2026
10 checks passed
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.

2 participants