aboutsummaryrefslogtreecommitdiffstats
path: root/lib/src/TODO.org
blob: 636f47dccd74989eca5a250e5a460be368f1c6bf (plain)
1
2
3
4
5
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.