From f76e1fdc5eb6a13e0b803cfe2ad5e98930dadadd Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Wed, 24 Dec 2014 01:39:08 -0800 Subject: Cleanup TODO. --- TODO | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index eabcfd0b..29220fdb 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,4 @@ # vi: ft=vimwiki -* [ ] Fix: SELECT id, 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. * [ ] Column completion for nested sql. @@ -8,14 +7,12 @@ * [ ] Add a few more special commands. (\l pattern, \di, \dp, \ds, \dv, \dy, \z etc) * [ ] Write a doc about how to add new pgspecial commands.(psql -E) * [ ] Improve the smart completion for Update statement. (Needs table specific columns) -* [ ] Improve the SELECT <> completion when a FROM clause is already present. (Send the whole text to sqlparse to find the table name and do column suggestions based on that.) * [ ] Show/hide docs for a statement using a keybinding. * [ ] Cmd-K breaks in OS X iterm. - This might be a prompt_toolkit bug. * [ ] Check why Indexes have a invalid at the end when \d is called on them. * [ ] Add some tests. Sanity, Unit, Completion, Config. * [ ] Add tests for smart completion. * [ ] Check how to add the name of the table before printing the table. -* [ ] Show only table sensitive columns in autocompletion. * [ ] Add logging. * [ ] Setup the pgcli.com website. * [ ] Add a new trigger for M-/ that does dumb completion. @@ -27,3 +24,5 @@ * [ ] 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] 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. +* [X] Fix: SELECT id, FROM django_migrations; - Auto-completion for the second column name is broken. Find the last keyword and use it for completion. +* [X] Show only table sensitive columns in autocompletion. -- cgit v1.2.3