summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorIryna Cherniavska <i.chernyavska@gmail.com>2014-12-29 14:15:23 -0800
committerIryna Cherniavska <i.chernyavska@gmail.com>2014-12-29 14:15:23 -0800
commit96b6441bd892e516aed85be6511a731b5299998e (patch)
tree860c0f157b920051ba6ac1ae3da6b8a7fa9f3c1f /TODO
parente9868b7d98de19672b0737bb69287b1f450a5417 (diff)
Set multi-line via config file.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 733fd718..4e515a7d 100644
--- a/TODO
+++ b/TODO
@@ -14,7 +14,7 @@
* [ ] Find a way to add documentation to sql commands. This could get tricky.
* [ ] Refactor the execution and output into a separate class.
* [ ] Create a class for the config and make it easy to access.
-* [ ] Set multi-line via config file.
+* [X] 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.
* [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.