Commit f6febdd 1 parent d88f346 commit f6febdd Copy full SHA for f6febdd
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 @@ -89,12 +89,12 @@ The items were taken from the official SQLite documentation
89
89
1 . [ insert-with-cte] ( https://www.sqlite.org/lang_insert.html ) ✅ ;
90
90
1 . [ replace-stmt] ( https://www.sqlite.org/lang_replace.html ) ✅ ;
91
91
92
- #### CREATE Statements ![ progress] ( https://progress-bar.xyz/4 /?scale=5&suffix=%%%20(4 %20of%205)&width=140 )
92
+ #### CREATE Statements ![ progress] ( https://progress-bar.xyz/5 /?scale=5&suffix=%%%20(5 %20of%205)&width=140 )
93
93
1 . [ create-virtual-table-stmt] ( https://www.sqlite.org/lang_createvtab.html ) ✅ ;
94
94
1 . [ create-index-stmt] ( https://www.sqlite.org/lang_createindex.html ) ✅ ;
95
95
1 . [ create-view-stmt] ( https://www.sqlite.org/lang_createview.html ) ✅ ;
96
96
1 . [ create-table-stmt] ( https://www.sqlite.org/lang_createtable.html ) ✅ ;
97
- 1 . [ create-trigger-stmt] ( https://www.sqlite.org/lang_createtrigger.html )
97
+ 1 . [ create-trigger-stmt] ( https://www.sqlite.org/lang_createtrigger.html ) &# 9989 ;
98
98
99
99
#### EXPLAIN Statements ![ progress] ( https://progress-bar.xyz/0/?scale=1&suffix=%%%20(0%20of%201)&width=140 )
100
100
1 . explain-stmt
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 74.94 % of the tests that are passing.
5
+ In the current implementation, there is 64.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 42.41 %
6
+ Current test pass rate is 90.37 %
You can’t perform that action at this time.
0 commit comments