summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 75deba1e..73ac7f30 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
# vi: ft=vimwiki
-* [ ] Separate the column completions to be table specific.
+* [o] Separate the column completions to be table specific. (SELECT, INSERT, UPDATE)
+* [ ] Column completion for nested sql.
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it.
* [ ] Use a pager to display the output. (Check Click's document).
* [ ] Improve the smart completion for Insert statement. (Needs table specific columns)