Skip to content

Fix(parser): allow using OVER token as unquoted identifier#6338

Merged
georgesittas merged 1 commit intomainfrom
jo/treat_over_as_id_var
Nov 16, 2025
Merged

Fix(parser): allow using OVER token as unquoted identifier#6338
georgesittas merged 1 commit intomainfrom
jo/treat_over_as_id_var

Conversation

@georgesittas
Copy link
Collaborator

@georgesittas georgesittas commented Nov 16, 2025

Fixes #6337

)

for key in ("union", "over", "from", "join"):
for key in ("union", "from", "join"):
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't observe any weird behavior, seems like we can still parse this just fine. The original commit that introduced this didn't include any tests and the issue didn't include OVER in the repro.

@georgesittas georgesittas requested a review from tobymao November 16, 2025 15:41
@georgesittas georgesittas merged commit c81258e into main Nov 16, 2025
7 checks passed
@georgesittas georgesittas deleted the jo/treat_over_as_id_var branch November 16, 2025 18:16
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.

A parsing error that occurred on sqlite3 when table name was "over"

2 participants