Commit 3cb1d7a 1 parent 32bc559 commit 3cb1d7a Copy full SHA for 3cb1d7a
File tree 3 files changed +4
-4
lines changed
bart-riers-sqlite-dataset
codeschool-sqlite-parser-test-files
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ The items were taken from the official SQLite documentation
58
58
59
59
### Advanced statements
60
60
61
- #### SELECT Statement ![ progress] ( https://progress-bar.xyz/4 /?scale=9&suffix=%%%20(4 %20of%209)&width=140 )
61
+ #### SELECT Statement ![ progress] ( https://progress-bar.xyz/5 /?scale=9&suffix=%%%20(5 %20of%209)&width=140 )
62
62
63
63
1 . [ values-stmt] ( https://www.sqlite.org/syntax/select-core.html ) ✅ ;
64
64
1 . [ result-columns] ( https://www.sqlite.org/syntax/result-column.html ) ✅ ;
65
65
1 . [ table-or-subquery] ( https://www.sqlite.org/lang_select.html#tablename ) ✅ ;
66
66
1 . [ join-clauses] ( https://www.sqlite.org/syntax/join-clause.html ) ✅ ;
67
- 1 . [ where-group-by-having-clause] ( https://www.sqlite.org/lang_select.html#where )
67
+ 1 . [ where-group-by-having-clause] ( https://www.sqlite.org/lang_select.html#where ) &# 9989 ;
68
68
1 . [ window-functions] ( https://www.sqlite.org/syntax/window-defn.html )
69
69
1 . [ select-core-stmt] ( https://www.sqlite.org/syntax/select-core.html )
70
70
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 67.32 % of the tests that are passing.
5
+ In the current implementation, there is 67.05 % 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.37 %
6
+ Current test pass rate is 40.18 %
You can’t perform that action at this time.
0 commit comments