summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-18 10:30:58 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-18 10:30:58 -0800
commit2f4df27df2d0a9d927d1ee14df9181ebfdc09e17 (patch)
tree11552ee998f53a7056b2b17dac1c4e5c9b8802dc /TODO
parent7d98b4a90bddeb60351d4747a72e1a4e17427c2b (diff)
Improvements to release and TODO list.
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)