summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-12 15:08:01 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-12 15:08:01 -0800
commita71d675de43332b5e04932b61e4cfe8a6bda70e9 (patch)
tree744fef6ce12948236c742baae50a002a9fe25c12 /TODO
parentc285aebbecd73dfeb9458b1068e50284c5951c71 (diff)
Add \l command.
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 4 insertions, 7 deletions
diff --git a/TODO b/TODO
index d70dcacd..dbcd5ca8 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,13 @@
-* [] Implement \l, show databases
-* [] Check why Indexes have a invalid at the end when \d is called on them.
+* [] 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.
* [] Column list for INSERT INTO would be nice.
-* [] DESCRIBE is also not listed in the autocompletion.
* [] :q for quit.
* [] INSERT INTO accounts ;
show accounts;
current transaction aborted error.
-
-
-
-
+* [] 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.
@@ -26,6 +21,8 @@
* [ ] 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] Implement \l, show databases
+* [X] DESCRIBE is also not listed in the autocompletion.
* [X] Add MySQL commands (use, describe etc)
* [X] Add function keys that can enable/disable smart completion.
* [X] Add a toolbar at the bottom with some helpful keyboard shortcuts.