Skip to content

Add $ROWGUID pseudo-column support and enable MiscTests100 tests#35

Merged
kyleconroy merged 1 commit intomainfrom
claude/fix-next-test-EsbU9
Dec 23, 2025
Merged

Add $ROWGUID pseudo-column support and enable MiscTests100 tests#35
kyleconroy merged 1 commit intomainfrom
claude/fix-next-test-EsbU9

Conversation

@kyleconroy
Copy link
Copy Markdown
Collaborator

  • Extend lexer to recognize $ as identifier start when followed by a
    letter (for pseudo-columns like $ROWGUID)
  • Add PseudoColumnRowGuid handling in parseAssignmentSetClause for
    UPDATE SET $ROWGUID = ... syntax
  • Enable Baselines100_MiscTests100 and MiscTests100 tests

- Extend lexer to recognize $ as identifier start when followed by a
  letter (for pseudo-columns like $ROWGUID)
- Add PseudoColumnRowGuid handling in parseAssignmentSetClause for
  UPDATE SET $ROWGUID = ... syntax
- Enable Baselines100_MiscTests100 and MiscTests100 tests
@kyleconroy kyleconroy merged commit c28d1d3 into main Dec 23, 2025
1 check 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