diff options
author | Brian Cully <bjc@kublai.com> | 2012-02-09 13:23:16 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2012-02-09 13:23:16 -0500 |
commit | 9869eb24f6a2fcff5978ec95bbe5231244452734 (patch) | |
tree | 28e780333b9ce00873e0af7b72e3c74bf9ad77b8 /src | |
parent | 15f39a3daaf5d128b2be9fb02c1a5e932af02d68 (diff) | |
download | mysqlerl-9869eb24f6a2fcff5978ec95bbe5231244452734.tar.gz mysqlerl-9869eb24f6a2fcff5978ec95bbe5231244452734.zip |
Move src/TODO.org into top-level TODO
Diffstat (limited to 'src')
-rw-r--r-- | src/TODO.org | 6 |
1 files changed, 0 insertions, 6 deletions
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. |