Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit ddb4689

Browse files
committed
updated TODO.md. refs #2
1 parent 6b1a118 commit ddb4689

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

TODO.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## **[1.0.0]** In progress
44

5-
- [ ] Set proper rules for identifier names, e.g.: `[a-z0-9\_\-]+`
5+
- [x] Set proper rules for identifier names, e.g.: `[a-z0-9\_\-]+`
66

7-
- [ ] **In progress** Interactive demo editor showing SQL and corresponding AST
7+
- [x] Interactive demo editor showing SQL and corresponding AST
88

9-
- [ ] Missing specs
9+
- [x] Missing specs
1010
- [x] Basic Drop Table
1111
- [x] Basic Drop Trigger
1212
- [x] Basic Function
@@ -76,7 +76,7 @@
7676
hat OR (shirt AND (shoes OR wig) AND pants)
7777
```
7878

79-
- [ ] Remove `modifier` key from all parts of AST and standardize as `conditions`
79+
- [x] Remove `modifier` key from all parts of AST and standardize as `conditions`
8080

8181
- [x] Create `INDEX`
8282
- [x] *Has spec*
@@ -90,6 +90,9 @@
9090
- **FIXED: fixed by checking for a column name followed by a type definition or column constraint before assuming the type is an expression list, if these things are found, then treat the arguments as a set of source definitions as in a creation statement for a table**
9191
- See: [Virtual Tables](https://www.sqlite.org/lang_createvtab.html)
9292

93+
- [ ] **[In Progress]** Need to display correct error location when there are multiple statements in the input SQL
94+
- [ ] **[In Progress]** Finish standardizing AST format across all types of statements
95+
9396
## **[0.1.0]** Finished (needs tests)
9497
- [x] `SELECT` **TODO: Need tests**
9598
- [x] Sub-queries

0 commit comments

Comments
 (0)