summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
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.