summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-18 11:06:47 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-18 11:06:47 -0800
commit6a9efde3e62808d5ee3664d04f83b97968b1a5dc (patch)
treeb8f92a2c59e9d229e182e60d6327af79d0f91015 /TODO
parent6df2aa7d3face41d155115f4b394b96dbce367a7 (diff)
Increase the height for completion menu.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index 73ac7f30..f92fc17d 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,7 @@
# vi: ft=vimwiki
* [o] Separate the column completions to be table specific. (SELECT, INSERT, UPDATE)
* [ ] Column completion for nested sql.
+* [ ] Default host should not be set to localhost. Since it causes problems in IPv6 machines. Need to research this one further.
* [ ] 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)