summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-11-28 22:13:51 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-11-28 22:13:51 -0800
commite20c6b487e8d89c263db234a0389fcdf9e95ab9a (patch)
tree8a3b7edf294e6bc039a2751143f389c0ba3acdcd /TODO
parentc8b803b20ce036d4928bddb890a141ad0017b726 (diff)
Fix special command completion
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/TODO b/TODO
index 5b1bc8a5..fe4e0f22 100644
--- a/TODO
+++ b/TODO
@@ -1,16 +1,17 @@
* [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.
* [ ] Add a new trigger for M-/ that does dumb completion.
* [ ] Find a way to add documentation to sql commands. This could get tricky.
-* [ ] Deal with commands that have no return rows (such as delete, begin transaction etc).
+* [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.
+* [ ] Add tests for smart completion.
* [ ] Detect a '.' and parse the word before it and get it's real name.
-* [ ] Add more complex slash commands such as \d <table_name>.
* [] Refactor the execution and output into a separate class.
* [] Create a class for the config and make it easy to access.
-* [ ] Get new table style merged back to tabulate.
+* [o] Get new table style merged back to tabulate.
* [] Send the last token as a PR back to sqlparse.
* [] Create a better framework for adding special commands.
* A dict with special commands as keys.