aboutsummaryrefslogtreecommitdiffstats
path: root/src/mysqlerl.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* Use commit as a test instead of custom.Brian Cully2008-03-011-1/+2
* Initial commitBrian Cully2008-03-011-0/+196