From be322144c30f3e2ec080d2d00c8bbddb0903ab5a Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Thu, 25 Dec 2014 02:08:31 -0800 Subject: Fix multiple columns for aliased tables. --- TODO | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'TODO') diff --git a/TODO b/TODO index 8fcc5d1b..dfc55ea5 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,4 @@ # 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. -* [ ] Multiple cols for dot is failing. -* [ ] Table detection for INSERT INTO is not stopping after it encounters the lparen. * [ ] 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. @@ -28,3 +24,7 @@ * [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. +* [X] Skip the password prompt by default. It should only be presented if -W option is provided. +* [X] Detect a '.' and parse the word before it and get it's real name. +* [X] Multiple cols for dot is failing. +* [X] Table detection for INSERT INTO is not stopping after it encounters the lparen. -- cgit v1.2.3