summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-11-30 22:50:30 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-11-30 22:50:30 -0800
commit02914bb81b69a65a14e75875a53639b108c70a6c (patch)
treecca365a898b39b1c264163cd3714994f27de4467 /TODO
parente73e05e392ce06df8889ef3622d72870ba5f17d0 (diff)
Release rev 0.2
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/TODO b/TODO
index dc305816..7ca0a24a 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,7 @@
* [ ] Add more complex slash commands such as \d <table_name>.
-* [ ] Update README.
-* [ ] Upload rev 2 to PyPI.
* [ ] Add a new trigger for M-/ that does dumb completion.
-* [ ] Find a way to add documentation to sql commands. This could get tricky.
* [ ] Add a lot more SQL keywords to auto-completion (Read the postgres docs)
+* [ ] Find a way to add documentation to sql commands. This could get tricky.
* [ ] Add tests for smart completion.
* [ ] Detect a '.' and parse the word before it and get it's real name.
* [] Refactor the execution and output into a separate class.
@@ -14,6 +12,8 @@
* A dict with special commands as keys.
* The value can either be a string or a callable.
* [X] Deal with commands that have no return rows (such as delete, begin transaction etc).
+* [X] Update README.
+* [X] Upload rev 2 to PyPI.
* [X] Add borders around the table.
* [X] Investigate why having a space in the beginning of the line breaks everything.
* [X] Test if the special comands are autocompleted correctly.