summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-20 23:53:47 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-20 23:53:47 -0800
commit1f60224ee66a7ee7931adc0c6a272b81dd02112b (patch)
treee14a9746458d11359e918eec3357743fefad4010 /TODO
parent84902c05381c9300f384ad97d148bd3c8f93b0ae (diff)
TODO cleanup.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 0 insertions, 10 deletions
diff --git a/TODO b/TODO
index 674237eb..828728e6 100644
--- a/TODO
+++ b/TODO
@@ -27,13 +27,3 @@
* [ ] 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] Default host should not be set to localhost. Since it causes problems in IPv6 machines. Need to research this one further.
-* [X] Write a doc about how to run it in develop mode. (pip install -e .)
-* [X] Use a pager to display the output. (Check Click's document).
-* [X] Column completion for simple SELECT.
-* [X] Column completion for simple INSERT.
-* [X] Column completion for simple UPDATE.
-* [X] Enable multi-line mode via a keybinding.
-* [X] Pressing enter should just pop another prompt.
-* [X] Implement \?.
-* [X] Automate the release procedure.