tree-sitter-sql
tree-sitter-sql copied to clipboard
Interval constructor conflicts with identifier token
It's not currently possible to produce grammar that would correctly parse the following test case:
SELECT interval;
SELECT interval '1 minute';
Issue: https://github.com/tree-sitter/tree-sitter/issues/1746 Possibly related https://github.com/tree-sitter/tree-sitter/pull/1635