From 9869eb24f6a2fcff5978ec95bbe5231244452734 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 9 Feb 2012 13:23:16 -0500 Subject: Move src/TODO.org into top-level TODO --- TODO.org | 9 +++++++++ src/TODO.org | 6 ------ 2 files changed, 9 insertions(+), 6 deletions(-) delete mode 100644 src/TODO.org diff --git a/TODO.org b/TODO.org index 3c64669..7ebe618 100644 --- a/TODO.org +++ b/TODO.org @@ -1,3 +1,12 @@ +* Functionality +** Parameterized queries should be able to take lists of params. +** Support ODBC options where applicable. +** Test functions die (or don't) correctly when not connected to DB. +** Connection pooling with multiple databases. +I'm guessing that it doesn't work right now. Looks like +mysqlerl_connection_sup:connect starts a simple-one-for-one port, and +commands use :random_child to do dispatch. That's bad. +* Documentation * Tests ** Code Coverage Check out http://www.erlang.org/doc/apps/common_test/cover_chapter.html diff --git a/src/TODO.org b/src/TODO.org deleted file mode 100644 index 636f47d..0000000 --- a/src/TODO.org +++ /dev/null @@ -1,6 +0,0 @@ -* Support ODBC options where applicable. -* Test functions die (or don't) correctly when not connected to DB. -* Connection pooling with multiple databases. -I'm guessing that it doesn't work right now. Looks like -mysqlerl_connection_sup:connect starts a simple-one-for-one port, and -commands use :random_child to do dispatch. That's bad. -- cgit v1.2.3