tree-sitter-sql icon indicating copy to clipboard operation
tree-sitter-sql copied to clipboard

DELETE command not working with exact content from test data.

Open alexkreidler opened this issue 2 years ago • 0 comments

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])

alexkreidler avatar Dec 12 '22 07:12 alexkreidler