tree-sitter-sql
tree-sitter-sql copied to clipboard
DELETE command not working with exact content from test data.
The test corpus has this example. But I got an error when parsing the following SQL:
DELETE FROM foo;
DELETE FROM foo WHERE name = 'bar';
Error:
source_file [0, 0] - [2, 0])
ERROR [0, 0] - [1, 35])
ERROR [0, 12] - [0, 15])
ERROR [1, 12] - [1, 15])
ERROR [1, 22] - [1, 26])
ERROR [1, 30] - [1, 33])