summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-05 08:56:59 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-05 08:56:59 -0800
commit6633ca882d504bd84372fdd9c88d8caa14a2e640 (patch)
tree57de7e1756ed7a4a3859299c077e87eb9e7cf16c /TODO
parenta8d0c7821487f7a4bac39c46728c1363b32ab0f6 (diff)
Add completion auto-refresh for create and alter statement.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO b/TODO
index ab070df6..b01349c0 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,7 @@
-* [X] Add multi-line support.
-* [] Refresh tables and columns after a create table and alter table.
* [] Vendor in tabulate.
+* [] Show only table sensitive columns.
+* [] Add logging.
+* [] Add some tests. Sanity, Unit, Completion, Config.
* [ ] Add a new trigger for M-/ that does dumb completion.
* [] Improve the smart completion for Insert statement.
* [] Improve the smart completion for Update statement.
@@ -15,7 +16,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.
-* [o] Get new table style merged back to tabulate.
+* [X] Get new table style merged back to tabulate.
+* [X] Add multi-line support.
+* [X] Refresh tables and columns after a create table and alter table.
* [x] Add a lot more SQL keywords to auto-completion (Read the postgres docs)
* [X] Deal with commands that have no return rows (such as delete, begin transaction etc).
* [X] Update README.