| Commit message (Expand) | Author | Age |
* | Only update position after event handler | Dan Goodliffe | 2021-07-22 |
* | Do connection level setup in constructor | Dan Goodliffe | 2021-07-22 |
* | Pass bindings as a span, only wrap with initializer_list | Dan Goodliffe | 2021-07-14 |
* | 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 |
* | 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 |
* | Support stopping the event stream reading | Dan Goodliffe | 2021-06-29 |
* | MARIADB_RPL_FILENAME requires the filename length, not just the string data | Dan Goodliffe | 2021-06-29 |
* | Add an existing table to the config | Dan Goodliffe | 2021-06-27 |
* | Treat blobs as text if they're not binary | Dan Goodliffe | 2021-06-19 |
* | Fix MySQLRecordSet seek/fetch behaviour | Dan Goodliffe | 2021-06-17 |
* | Add transaction support | Dan Goodliffe | 2021-06-13 |
* | Create and drop MySQL mock DBs as needed | Dan Goodliffe | 2021-06-13 |
* | Avoid direct use of runtime_error in MySQL stuff | Dan Goodliffe | 2021-06-12 |
* | Add RecordSet RowView | Dan Goodliffe | 2021-06-06 |
* | Add conversion operators to get common types from DbValues | Dan Goodliffe | 2021-06-05 |
* | Wrap DbValue in a class so we can add helpers to it | Dan Goodliffe | 2021-06-05 |
* | Get upstream from DB | Dan Goodliffe | 2021-06-03 |
* | Determine parameter mode at point of call by DB type property | Dan Goodliffe | 2021-06-03 |
* | Generate DbStmt templates from .sql files | Dan Goodliffe | 2021-06-01 |
* | Initial commit of prepstmt, selects, record sets | Dan Goodliffe | 2021-05-31 |
* | Basic support for queries with bound parameters | Dan Goodliffe | 2021-05-24 |
* | Minor tidy up of replStream | Dan Goodliffe | 2021-05-23 |
* | Wrap up mysql_query | Dan Goodliffe | 2021-05-22 |
* | Pass linter checks | Dan Goodliffe | 2021-05-22 |
* | Move everything into more sensible places | Dan Goodliffe | 2021-05-22 |