Skip to content

Commit 5cc7fa2

Browse files
committed
sql-parser: update progress (2)
1 parent e2255a7 commit 5cc7fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

tests/codeschool-sqlite-parser-test-files/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
The queries under `sql/` folder are taken from the [Codeschool SQLite Parser](https://github.com/codeschool/sqlite-parser/tree/master) repository.
44

55

6-
Current test pass rate is 40.86%
6+
Current test pass rate is 40.37%

0 commit comments

Comments
 (0)