Skip to content

Commit cf0527c

Browse files
committed
sql-parser: update progress
1 parent 154b266 commit cf0527c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bart-riers-sqlite-dataset/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The test dataset is taken from the [Bart Kiers' SQLite ANTLR parser](https://github.com/bkiers/sqlite-parser/tree/master).
44

5-
In the current implementation, there is 67.05% of the tests that are passing.
5+
In the current implementation, there is 67.73% of the tests that are passing.
66
By passing tests, I mean that the parser successfully parses the SQL query and returns a valid `Expression` AST.
77
The structure of the parsed AST is not checked, as there are no expected ASTs list
88

0 commit comments

Comments
 (0)