summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-15 23:30:07 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-15 23:30:07 -0800
commit6ab0a2213f794b4a9b9151f5efe2dc00c6a176e3 (patch)
treead2bb0ad685903c36c88f4e3f6126f853b2bc0a0 /TODO
parent312770e10e736f7cdbebda6dc6c5577cfe21a3e6 (diff)
Add a whacky idea to TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO b/TODO
index e05fcf36..d4bc4998 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,7 @@
* [ ] Separate the column completions to be table specific.
* [ ] Improve the smart completion for Insert statement. (Needs table specific columns)
* [ ] Improve the smart completion for Update statement. (Needs table specific columns)
+* [ ] Improve the SELECT <> completion when a FROM clause is already present. (Send the whole text to sqlparse to find the table name and do column suggestions based on that.)
* [ ] Show/hide docs for a statement using a keybinding.
* [ ] Cmd-K breaks in OS X iterm. - This might be a prompt_toolkit bug.
* [ ] Check why Indexes have a invalid at the end when \d is called on them.
@@ -16,6 +17,8 @@
* [ ] Detect a '.' and parse the word before it and get it's real name.
* [ ] Refactor the execution and output into a separate class.
* [ ] Create a class for the config and make it easy to access.
+* [ ] 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.
* [X] Enable multi-line mode via a keybinding.
* [X] Pressing enter should just pop another prompt.
* [X] Implement \?.