aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-07-28 14:03:10 -0400
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-07-28 14:43:33 -0400
commit82b1f53f53f4550f44e3d59937da84d3660d3917 (patch)
treea62a93d92989b8766f6876c2a9f4c7f0c337ebda /src
parentd03c8058f603ea5626998f7b466988e9192703e1 (diff)
downloadmysqlerl-82b1f53f53f4550f44e3d59937da84d3660d3917.tar.gz
mysqlerl-82b1f53f53f4550f44e3d59937da84d3660d3917.zip
Add note about using multiple DBs and random child pooling.
Diffstat (limited to 'src')
-rw-r--r--src/TODO.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/TODO.org b/src/TODO.org
new file mode 100644
index 0000000..636f47d
--- /dev/null
+++ b/src/TODO.org
@@ -0,0 +1,6 @@
+* 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.