summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-30 15:50:37 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-30 21:46:07 -0800
commit39c6c54f4458ca9b4c6e2b72690eca1559c6b82a (patch)
tree3b3a3d9df3db448f9d9b2f23546d9c8455b08a36 /TODO
parente39237bedec2b2772069f525642598742c4aaf41 (diff)
Update TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 7 insertions, 2 deletions
diff --git a/TODO b/TODO
index 6a455807..6abf7a00 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,11 @@
# vi: ft=vimwiki
-* [ ] Reading a config file is broken if an option doesn't exist.
-* [ ] Column completion for nested sql.
+* [X] Reading a config file is broken if an option doesn't exist.
+* [X] Change the Promise to Responsibility.
+* [ ] Add a page to keep track of changelog in pgcli.com
+* [X] Change the phrasing for multi-line to say 'In multi-line mode you can break your sql statement into multiple lines. A semi-colon is needed to end the line.'
+* [ ] Add the difference between smart completion and naive completion.
+* [ ] Add a word about C compilers and the dependence on libpq. Needs libpq-dev on linux.
+* [X] Column completion for nested sql.
* [ ] Refactor to sqlcompletion to consume the text from left to right and use
a state machine to suggest cols or tables instead of relying on hacks.
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it.