summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-11-23 23:32:57 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-11-23 23:32:57 -0800
commit16941d00dd136902358c86c864895a0570007e7f (patch)
treef16db481e9e944e43a1071b08b8061d97f99790f /TODO
parentd3f88eb65c4983bd9d1a3a8a5660913449eb04c7 (diff)
Rearrange TODO according to priority.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 70763f58..873b4ba0 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,9 @@
-* [X] Prettify the output into nice columnar tables.
+* [ ] Add more complex slash commands such as \d <table_name>.
* [ ] Add a lot more SQL keywords to auto-completion.
* [ ] Add context sensitive auto-completion.
* Check how sqlpython is doing it.
-* [ ] Add more complex slash commands such as \d <table_name>.
* [ ] Figure out how to deal with transactions.
+* [X] Prettify the output into nice columnar tables.
* [X] Check how to deal with failed commands that result in dangling transaction.
* [X] Add a history file.
* [X] Deal with errors that happen at connection (password, host etc).