Commit 5cc7fa2 1 parent e2255a7 commit 5cc7fa2 Copy full SHA for 5cc7fa2
File tree 2 files changed +2
-2
lines changed
bart-riers-sqlite-dataset
codeschool-sqlite-parser-test-files
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
The test dataset is taken from the [ Bart Kiers' SQLite ANTLR parser] ( https://github.com/bkiers/sqlite-parser/tree/master ) .
4
4
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.
6
6
By passing tests, I mean that the parser successfully parses the SQL query and returns a valid ` Expression ` AST.
7
7
The structure of the parsed AST is not checked, as there are no expected ASTs list
8
8
Original file line number Diff line number Diff line change 3
3
The queries under ` sql/ ` folder are taken from the [ Codeschool SQLite Parser] ( https://github.com/codeschool/sqlite-parser/tree/master ) repository.
4
4
5
5
6
- Current test pass rate is 40.86 %
6
+ Current test pass rate is 40.37 %
You can’t perform that action at this time.
0 commit comments