You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add Collation field to FunctionCall and ColumnReferenceExpression AST types
- Parse COLLATE clause after expressions in SELECT elements
- Add COLLATE to excluded alias keywords to prevent misinterpretation
- Update marshalling for both FunctionCall and ColumnReferenceExpression
to include Collation field in JSON output
Enables 4 tests: SelectWithCollation, Baselines110/120/130_SelectWithCollation
0 commit comments