Add parser features and enable 15 more tests#21
Merged
kyleconroy merged 1 commit intomainfrom Dec 22, 2025
Merged
Conversation
Features added: - String concat operator (||) and concat-equals (||=) - Compound assignment operators (+=, -=, *=, /=, %=, &=, |=, ^=) - CREATE WORKLOAD CLASSIFIER statement with options - SEND statement with multiple conversation handles - SelectSetVariable for SELECT @var = expr patterns Bug fixes: - Fixed NullLiteral to preserve original case from input SQL - Fixed StringLiteral to always include Value field (even empty) - Fixed WorkloadGroup parameter types - Fixed SeparatorType output for NotSpecified Tests enabled: - StringConcatOperatorTests160 (2) - SendStatementTests110 (3) - AlterWorkloadGroupStatementSqlDwTests (2) - CreateWorkloadGroupStatementSqlDwTests130 (2) - AssignmentWithOperationTests (2) - CreateWorkloadClassifierStatementSqlDwTests (2) - FuzzyStringMatchingTests160 (2) Also updated CLAUDE.md with rule about not modifying ast.json golden files.
b1f22b0 to
a43d303
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features added:
Bug fixes:
Tests enabled: