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

Error parsing SQL #61

Open
imotai opened this issue Jul 6, 2022 · 0 comments
Open

Error parsing SQL #61

imotai opened this issue Jul 6, 2022 · 0 comments

Comments

@imotai
Copy link
Contributor

imotai commented Jul 6, 2022

Error when parsing the following SQL:

select t1.a[0] from t1

Error:

source_file [0, 0] - [2, 0])
  select_statement [0, 0] - [0, 22])
    select_clause [0, 0] - [0, 11])
      select_clause_body [0, 7] - [0, 11])
        dotted_name [0, 7] - [0, 11])
          identifier [0, 7] - [0, 9])
          identifier [0, 10] - [0, 11])
    ERROR [0, 11] - [0, 14])
    from_clause [0, 15] - [0, 22])
      identifier [0, 20] - [0, 22])
panekj pushed a commit to panekj/tree-sitter-sql that referenced this issue Jun 21, 2024
Disjunctive fixes & Unary Predicate enhancements
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

No branches or pull requests

1 participant