Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add missing braces | Dan Goodliffe | 2021-07-05 |
| | |||
* | Get columns and values from cursors | Dan Goodliffe | 2021-07-04 |
| | |||
* | Introduce the cursor concept | Dan Goodliffe | 2021-07-04 |
| | | | | Not implemented for PQ yet. | ||
* | Push mysqldata at into base class | Dan Goodliffe | 2021-07-04 |
| | |||
* | Get mysql statement errors from the statement, not connection | Dan Goodliffe | 2021-07-04 |
| | |||
* | Split MySQLRecordSet data away from interface | Dan Goodliffe | 2021-07-03 |
| | |||
* | Treat blobs as text if they're not binary | Dan Goodliffe | 2021-06-19 |
| | | | | | Seems *text fields are returned claiming to be blobs... so if they're blobs with a non-binary charset number (assumed that 63 is consistent for this) treated them as strings. | ||
* | Fix MySQLRecordSet seek/fetch behaviour | Dan Goodliffe | 2021-06-17 |
| | |||
* | Avoid direct use of runtime_error in MySQL stuff | Dan Goodliffe | 2021-06-12 |
| | | | | Adds proper exception which extends it and gets the MySQL error message. | ||
* | Initial commit of prepstmt, selects, record sets | Dan Goodliffe | 2021-05-31 |
This is full of holes, but all the basics are covered. |