We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Merge branch '18-kawabuhi-support-insert-into-paren-query' into 'main'
14516f8
INSERT-SELECTのSELECTが括弧で囲まれている場合に対応 Closes m-novikov#18 See merge request oss-incubate/rust-sql-formatter/tree-sitter-sql!23
No branches or pull requests
It's not currently possible to produce grammar that would correctly parse the following test case:
Issue: tree-sitter/tree-sitter#1746
Possibly related tree-sitter/tree-sitter#1635
The text was updated successfully, but these errors were encountered: