summaryrefslogtreecommitdiff
path: root/lib/input/mysqlBindings.h
Commit message (Collapse)AuthorAge
* Pass bindings as a span, only wrap with initializer_listDan Goodliffe2021-07-14
|
* Avoid direct use of runtime_error in MySQL stuffDan Goodliffe2021-06-12
| | | | Adds proper exception which extends it and gets the MySQL error message.
* Wrap DbValue in a class so we can add helpers to itDan Goodliffe2021-06-05
|
* Initial commit of prepstmt, selects, record setsDan Goodliffe2021-05-31
This is full of holes, but all the basics are covered.