summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-24 02:17:16 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-24 02:17:16 -0800
commit10ba178d9d96e0e548b5b2b08e5a160079c8263f (patch)
treeebd77b02486cd819bc29da92774a810f2c5faaa8 /TODO
parentc005aa1f71a03b41187c045205f8c5dc3cfa7e42 (diff)
Rearrange TODO priority.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 29220fdb..bdf2b1d2 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
# vi: ft=vimwiki
* [ ] Skip the password prompt by default. It should only be presented if -W option is provided.
+* [ ] Detect a '.' and parse the word before it and get it's real name.
* [ ] Bottom status bar is cut-off in half pane. Figure out how to fix that.
* [ ] Column completion for nested sql.
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it.
@@ -17,7 +18,6 @@
* [ ] Setup the pgcli.com website.
* [ ] Add a new trigger for M-/ that does dumb completion.
* [ ] Find a way to add documentation to sql commands. This could get tricky.
-* [ ] Detect a '.' and parse the word before it and get it's real name.
* [ ] Refactor the execution and output into a separate class.
* [ ] Create a class for the config and make it easy to access.
* [ ] Set multi-line via config file.