summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-25 01:55:00 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-25 01:55:00 -0800
commit7492594c37a022c036675755553d6b5988287777 (patch)
tree7d87903b3518d51ef4e368b43517c857a007c13e /TODO
parent09c5f28abecdfc19fd0667cba48a3aa52da5cc31 (diff)
Improve the Insert completion.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index bdf2b1d2..8fcc5d1b 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,8 @@
# 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.