summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-11-28 00:06:12 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-11-28 00:06:12 -0800
commita05eb1eb5f6d8441acc55f2534497e7dc2bfbc2f (patch)
tree0c703e31943ce36f2c50acbc9d991ca6d84e307f /TODO
parent238121460c87095488ccf354c3611d84673e71c7 (diff)
Reprioritize TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 16fcbc24..6499c555 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
+* [ ] Deal with commands that have no return rows (such as delete, begin transaction etc).
+* [ ] Add a lot more SQL keywords to auto-completion (Read the postgres docs)
* [ ] Detect a '.' and parse the word before it and get it's real name.
* [ ] Add more complex slash commands such as \d <table_name>.
-* [ ] Add a lot more SQL keywords to auto-completion.
-* [ ] Deal with commands that have no return rows (such as delete, begin transaction etc).
* [x] Control smart completion via config file.
* [x] Figure out how to deal with transactions.
* [X] Add a config file.