summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-22 22:43:43 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-22 22:43:43 -0800
commit114f3a4a09dcd2c1e8cd3707c8dd38c289c2a971 (patch)
tree8efa199e306319407a2ccdb882478838fb220537 /TODO
parent1f60224ee66a7ee7931adc0c6a272b81dd02112b (diff)
Strip only a limited set of punctuations before matching.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 828728e6..eabcfd0b 100644
--- a/TODO
+++ b/TODO
@@ -2,7 +2,6 @@
* [ ] 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.
* [ ] 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.