aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl.erl
Commit message (Collapse)AuthorAgeFilesLines
* Handle timeouts.Brian Cully2008-03-021-9/+11
| | | | | | | | Pass timeout down to port level, and if the communication times out, kill the port and let the supervisor restart it. Also stub in select_count and param_query, conveniently used to test timing out.
* ODBC compatibility for commit/rollbackBrian Cully2008-03-021-4/+10
|
* Use integers for sizes. Add a couple more types.Brian Cully2008-03-021-3/+9
|
* Convert types for odbc.Brian Cully2008-03-021-1/+30
|
* Remove NOTIMPLEMENTED stuff, since it all just goes to the C module anyway.Brian Cully2008-03-011-19/+17
|
* Normalize more code flow.Brian Cully2008-03-011-2/+2
|
* mysqlerl provides the interface for the connection, to avoidBrian Cully2008-03-011-2/+4
| | | | | | trampolining at the cost of some slight non-obviousness. Move protocol to .hrl file as a result.
* Use commit as a test instead of custom.Brian Cully2008-03-011-1/+2
|
* Initial commitBrian Cully2008-03-011-0/+196