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

Commit 9a141da

Browse files
committed
updated TODO.md
1 parent 175228f commit 9a141da

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

TODO.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,13 @@
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
93+
- [x] Need to display correct error location when there are multiple statements in the input SQL
9494
- [ ] **[In Progress]** Finish standardizing AST format across all types of statements
95+
- [ ] `comment` rules should not use `sym_*` rules since you should not be able to put a space between the two symbols at the start and/or end of a comment.
96+
97+
```
98+
SELECT * - - not valid but is being accepted
99+
```
95100
96101
## **[0.1.0]** Finished (needs tests)
97102
- [x] `SELECT` **TODO: Need tests**

0 commit comments

Comments
 (0)