summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-26 23:59:08 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-26 23:59:08 -0800
commit6fb3cf78c7ce53874a5f220f155ddba0517cabb0 (patch)
tree053e75c6a6c26c24bf8ff2e005d0d7a47dd24e12 /TODO
parent115e4c9712512b6ef91541a38a2b84b91e448a7b (diff)
Mark off a few items on TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index d204dde8..733fd718 100644
--- a/TODO
+++ b/TODO
@@ -16,7 +16,7 @@
* [ ] Create a class for the config and make it easy to access.
* [ ] Set multi-line via config file.
* [ ] New Feature List - Write the current version to config file. At launch if the version has changed, display the changelog between the two versions.
-* [o] Separate the column completions to be table specific. (SELECT, INSERT, UPDATE)
+* [X] Separate the column completions to be table specific. (SELECT, INSERT, UPDATE)
* [X] Fix: Autocompletion won't go away after semi-colons. This an artifact of stripping special chars in the partially typed words. Need to selectively remove parens.
* [X] Fix: SELECT id, <tab> FROM django_migrations; - Auto-completion for the second column name is broken. Find the last keyword and use it for completion.
* [X] Show only table sensitive columns in autocompletion.