aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/TODO.org
diff options
context:
space:
mode:
Diffstat (limited to 'lib/src/TODO.org')
-rw-r--r--lib/src/TODO.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/src/TODO.org b/lib/src/TODO.org
new file mode 100644
index 0000000..636f47d
--- /dev/null
+++ b/lib/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.