summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-14 19:03:52 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-14 19:03:52 -0800
commit6a5e53b94980cf1a82c0ce25ba0d9f10a9a2395d (patch)
tree96456486ee0ae3e4e7cd2a2149a315408106b516 /TODO
parent988097d74779de43f9c49c0be8606bf5af00966e (diff)
Rearrange priorities.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO b/TODO
index f45316bd..4f6ddf24 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,9 @@
# vi: ft=vimwiki
-* [ ] Implement \?.
-* [ ] Automate the release procedure.
-* [ ] Improve the smart completion for Insert statement.
-* [ ] Improve the smart completion for Update statement.
* [ ] Enable multi-line mode via a keybinding.
+* [ ] 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)
* [ ] Show/hide docs for a statement using a keybinding.
-* [ ] Meta-enter to end the line not just semi-colon.
* [ ] 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.
* [ ] Add some tests. Sanity, Unit, Completion, Config.
@@ -20,3 +18,5 @@
* [ ] Refactor the execution and output into a separate class.
* [ ] Create a class for the config and make it easy to access.
* [X] Pressing enter should just pop another prompt.
+* [X] Implement \?.
+* [X] Automate the release procedure.