From 114f3a4a09dcd2c1e8cd3707c8dd38c289c2a971 Mon Sep 17 00:00:00 2001 From: Amjith Ramanujam Date: Mon, 22 Dec 2014 22:43:43 -0800 Subject: Strip only a limited set of punctuations before matching. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 828728e6..eabcfd0b 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,6 @@ * [ ] 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. -* [ ] 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. * [ ] 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,3 +26,4 @@ * [ ] 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] 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. -- cgit v1.2.3