Skip to content

Commit 4e3ea87

Browse files
committed
sql_parser: update progress
1 parent 69d18ef commit 4e3ea87

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 64.19% of the tests that are passing.
5+
In the current implementation, there is 63.83% 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)