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

feat: postgresql expression subscripts #230

Merged
merged 1 commit into from
Dec 11, 2023
Merged

feat: postgresql expression subscripts #230

merged 1 commit into from
Dec 11, 2023

Conversation

DerekStride
Copy link
Owner

@DerekStride DerekStride commented Dec 8, 2023

What

closes #213

Adds new subscript node to expression. I had to update some precedence rules to avoid conflicts, review ignoring whitespace to easily see the diffs related to that change.

ref: https://www.postgresql.org/docs/current/sql-expressions.html#SQL-EXPRESSIONS-SUBSCRIPTS

@DerekStride DerekStride self-assigned this Dec 8, 2023
grammar.js Outdated Show resolved Hide resolved
@DerekStride DerekStride merged commit a65f58c into main Dec 11, 2023
4 checks passed
@DerekStride DerekStride deleted the array-subscript branch December 11, 2023 17:44
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.

Array dereference not supported
2 participants