summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-13 08:04:48 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-13 08:04:48 -0800
commitb03973782a9bc1141e7635ce573b1fdf1535d31d (patch)
treeeea3d8d9cf447688fcb28d137bd0ae8461263b5c /TODO
parent36cd848cadeec2dd93bbfe189964973b58304b67 (diff)
Fix a bug in postgres connection string.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index dbcd5ca8..62b25ec5 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
-* [] postgres:// url is failing.
* [] Meta-enter to end the line not just semi-colon.
* [] Cmd-K breaks in OS X.
* [] Typing mid stream doesn't complete, only end of line is auto-completed.
@@ -21,6 +20,7 @@
* [ ] Detect a '.' and parse the word before it and get it's real name.
* [] Refactor the execution and output into a separate class.
* [] Create a class for the config and make it easy to access.
+* [X] postgres:// url is failing.
* [X] Implement \l, show databases
* [X] DESCRIBE is also not listed in the autocompletion.
* [X] Add MySQL commands (use, describe etc)