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

Interval constructor conflicts with identifier token #18

Open
m-novikov opened this issue May 14, 2022 · 0 comments
Open

Interval constructor conflicts with identifier token #18

m-novikov opened this issue May 14, 2022 · 0 comments

Comments

@m-novikov
Copy link
Owner

m-novikov commented May 14, 2022

It's not currently possible to produce grammar that would correctly parse the following test case:

SELECT interval;
SELECT interval '1 minute';

Issue: tree-sitter/tree-sitter#1746
Possibly related tree-sitter/tree-sitter#1635

@m-novikov m-novikov changed the title Use reserved keywords once a feature is in tree-sitter Interval constructor conflicts with identifier token May 15, 2022
ppputtyo pushed a commit to future-architect/tree-sitter-sql that referenced this issue Sep 15, 2023
INSERT-SELECTのSELECTが括弧で囲まれている場合に対応

Closes m-novikov#18

See merge request oss-incubate/rust-sql-formatter/tree-sitter-sql!23
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