summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-19 23:21:37 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-19 23:21:37 -0800
commit9c51e89ac68bbed5fefbf62148bb29dfc84dc8eb (patch)
treee0e00f6192ddf89c3e0f454ef4957828689af1b8 /TODO
parentd136180ff40e95f61cac87269889dce7449be732 (diff)
Update TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 9da13dba..674237eb 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
# vi: ft=vimwiki
* [ ] Fix: SELECT id, <tab> FROM django_migrations; - Auto-completion for the second column name is broken. Find the last keyword and use it for completion.
+* [ ] Skip the password prompt by default. It should only be presented if -W option is provided.
* [ ] Bottom status bar is cut-off in half pane. Figure out how to fix that.
* [ ] Fix: Autocompletion won't go away after semi-colons. This an artifact of stripping special chars in the partially typed words. Need to selectively remove parens.
-* [ ] 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.
* [ ] Improve the smart completion for Insert statement. (Needs table specific columns)
@@ -27,6 +27,7 @@
* [ ] Set multi-line via config file.
* [ ] New Feature List - Write the current version to config file. At launch if the version has changed, display the changelog between the two versions.
* [o] Separate the column completions to be table specific. (SELECT, INSERT, UPDATE)
+* [X] Default host should not be set to localhost. Since it causes problems in IPv6 machines. Need to research this one further.
* [X] Write a doc about how to run it in develop mode. (pip install -e .)
* [X] Use a pager to display the output. (Check Click's document).
* [X] Column completion for simple SELECT.