summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-11-30 22:22:06 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-11-30 22:22:06 -0800
commit2825db5ee42b6a59740dffca345632229a47f8cb (patch)
treeabd391db5d4b53e0c5c60e5aa8298e95a5e8b8b8 /TODO
parentdf160772fc492fdd422a2a2f96638a731a1cdac9 (diff)
Add an extra screenshot.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index 2c290a02..dc305816 100644
--- a/TODO
+++ b/TODO
@@ -1,11 +1,8 @@
-* [X] Add borders around the table.
-* [ ] Investigate why having a space in the beginning of the line breaks everything.
* [ ] Add more complex slash commands such as \d <table_name>.
* [ ] Update README.
-* [] Upload rev 2 to PyPI.
+* [ ] 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.
-* [X] Deal with commands that have no return rows (such as delete, begin transaction etc).
* [ ] Add a lot more SQL keywords to auto-completion (Read the postgres docs)
* [ ] Add tests for smart completion.
* [ ] Detect a '.' and parse the word before it and get it's real name.
@@ -16,6 +13,9 @@
* [] Create a better framework for adding special commands.
* 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] 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.
* [x] Control smart completion via config file.
* [x] Figure out how to deal with transactions.