Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failure to parse query with PRIOR in select list #2083

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

hannes92
Copy link
Contributor

@hannes92 hannes92 commented Oct 2, 2024

Encountered a failure with parsing queries having PRIOR in the select list (select t.id, prior t.id as parent_id ...).
Thought I would give it a try and fix it myself, but this is my first encounter with AST:s and parser libs in general so do keep that in mind.

@manticore-projects
Copy link
Contributor

Excellent work, very clean!
Thank you very much for your interest and contribution and we are looking for seeing more from you soon. Cheers!

@manticore-projects manticore-projects merged commit 3046924 into JSQLParser:master Oct 2, 2024
2 of 3 checks passed
manticore-projects added a commit that referenced this pull request Oct 3, 2024
- `PRIOR` is a reserved keyword now

Signed-off-by: Andreas Reichel <andreas@manticore-projects.com>
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