Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use single param query for now. | Brian Cully | 2008-07-28 | 1 | -1/+1 |
| | |||||
* | Note that mysqlerl:test_param_query/0 should have an INSERT or | Brian Cully | 2008-07-28 | 1 | -0/+2 |
| | | | | something, since you don't normally use bind params with SELECT. | ||||
* | Change param test to have a list, like the docs. | Brian Cully | 2008-07-28 | 1 | -1/+1 |
| | |||||
* | Add test for param queries. | Brian Cully | 2008-07-28 | 1 | -1/+6 |
| | |||||
* | Add query test code. | Brian Cully | 2008-07-28 | 1 | -1/+5 |
| | |||||
* | Handle timeouts. | Brian Cully | 2008-03-02 | 1 | -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/rollback | Brian Cully | 2008-03-02 | 1 | -4/+10 |
| | |||||
* | Use integers for sizes. Add a couple more types. | Brian Cully | 2008-03-02 | 1 | -3/+9 |
| | |||||
* | Convert types for odbc. | Brian Cully | 2008-03-02 | 1 | -1/+30 |
| | |||||
* | Remove NOTIMPLEMENTED stuff, since it all just goes to the C module anyway. | Brian Cully | 2008-03-01 | 1 | -19/+17 |
| | |||||
* | Normalize more code flow. | Brian Cully | 2008-03-01 | 1 | -2/+2 |
| | |||||
* | mysqlerl provides the interface for the connection, to avoid | Brian Cully | 2008-03-01 | 1 | -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 Cully | 2008-03-01 | 1 | -1/+2 |
| | |||||
* | Initial commit | Brian Cully | 2008-03-01 | 1 | -0/+196 |