summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-26 00:36:38 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-26 00:36:38 -0800
commitd7c2f7b2a03b99ed3c5a7d9a24c6d84b3e4f8b39 (patch)
tree235f19dc3be9ad76382bae2671a29a0a0b1791bb /TODO
parent6901a8a86532732226675dcaf4ade1692a80f7d7 (diff)
TODO cleanup.
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO b/TODO
index dfc55ea5..d204dde8 100644
--- a/TODO
+++ b/TODO
@@ -2,15 +2,11 @@
* [ ] Bottom status bar is cut-off in half pane. Figure out how to fix that.
* [ ] Column completion for nested sql.
* [ ] Add JOIN to the list of keywords and provide proper autocompletion for it.
-* [ ] Improve the smart completion for Insert statement. (Needs table specific columns)
* [ ] Add a few more special commands. (\l pattern, \di, \dp, \ds, \dv, \dy, \z etc)
* [ ] Write a doc about how to add new pgspecial commands.(psql -E)
-* [ ] Improve the smart completion for Update statement. (Needs table specific columns)
* [ ] Show/hide docs for a statement using a keybinding.
* [ ] Cmd-K breaks in OS X iterm. - This might be a prompt_toolkit bug.
* [ ] Check why Indexes have a invalid at the end when \d is called on them.
-* [ ] Add some tests. Sanity, Unit, Completion, Config.
-* [ ] Add tests for smart completion.
* [ ] Check how to add the name of the table before printing the table.
* [ ] Add logging.
* [ ] Setup the pgcli.com website.
@@ -28,3 +24,7 @@
* [X] Detect a '.' and parse the word before it and get it's real name.
* [X] Multiple cols for dot is failing.
* [X] Table detection for INSERT INTO is not stopping after it encounters the lparen.
+* [X] Improve the smart completion for Update statement. (Needs table specific columns)
+* [X] Add some tests. Sanity, Unit, Completion, Config.
+* [X] Add tests for smart completion.
+* [X] Improve the smart completion for Insert statement. (Needs table specific columns)