aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl.erl
Commit message (Collapse)AuthorAgeFilesLines
* Move functions from mysqlerl_sup to mysqlerl, and get rid of random_child/0.Brian Cully2012-02-091-1/+2
|
* Remove mysqlerl_connection_sup by rolling it into mysqlerl_supBrian Cully2012-02-091-2/+1
|
* Convert tabs to spaces.Brian Cully2012-02-091-1/+1
|
* Remove tests from mysqlerl.erl.Brian Cully2012-02-071-23/+0
|
* Remove stupid lib directoryBrian Cully2012-02-061-0/+251
|
* Move most files into lib, add top-level makefileBrian Cully2012-02-061-251/+0
|
* Use single param query for now.Brian Cully2008-07-281-1/+1
|
* Note that mysqlerl:test_param_query/0 should have an INSERT orBrian Cully2008-07-281-0/+2
| | | | something, since you don't normally use bind params with SELECT.
* Change param test to have a list, like the docs.Brian Cully2008-07-281-1/+1
|
* Add test for param queries.Brian Cully2008-07-281-1/+6
|
* Add query test code.Brian Cully2008-07-281-1/+5
|
* 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