summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith@newrelic.com>2014-12-12 08:26:25 -0800
committerAmjith Ramanujam <amjith@newrelic.com>2014-12-12 08:26:25 -0800
commitc285aebbecd73dfeb9458b1068e50284c5951c71 (patch)
treeef77a0515ed7ab0451e7c63b1b88127185dbca24 /TODO
parent082d275fd70c8fe2dcd016491fae4e4c85eb3abc (diff)
Add in USE and DESCRIBE to auto-completion.
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
index fb4c4ade..d70dcacd 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,18 @@
+* [] Implement \l, show databases
* [] Check why Indexes have a invalid at the end when \d is called on them.
+* [] 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.
+
+
+
+
* [] 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.