summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-18 11:07:45 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-18 11:07:45 -0800
commit70db31eba01da11dab3ba95daf6c27c039966df7 (patch)
treeac61b601ec85f6f357b2d0c93dfa1713a483e4a8 /TODO
parent6a9efde3e62808d5ee3664d04f83b97968b1a5dc (diff)
Update TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/TODO b/TODO
index f92fc17d..410c7791 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,12 @@
# vi: ft=vimwiki
* [o] Separate the column completions to be table specific. (SELECT, INSERT, UPDATE)
-* [ ] Column completion for nested sql.
+* [ ] Column completion for simple SELECT.
+* [ ] Column completion for simple INSERT.
+* [ ] Column completion for simple UPDATE.
+* [ ] Use a pager to display the output. (Check Click's document).
* [ ] Default host should not be set to localhost. Since it causes problems in IPv6 machines. Need to research this one further.
+* [ ] 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)
* [ ] Add a few more special commands. (\l pattern, \di, \dp, \ds, \dv, \dy, \z etc)
* [ ] Write a doc about how to run it in develop mode. (pip install -e .)