summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-25 02:08:31 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-25 02:08:31 -0800
commitbe322144c30f3e2ec080d2d00c8bbddb0903ab5a (patch)
treee5e35855d462819198c96c132a59415e0fd40e2d /TODO
parent7492594c37a022c036675755553d6b5988287777 (diff)
Fix multiple columns for aliased tables.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
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, <tab> 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.