Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Simplify some bits with concepts | Dan Goodliffe | 2021-08-08 |
| | |||
* | Pass bindings as a span, only wrap with initializer_list | Dan Goodliffe | 2021-07-14 |
| | |||
* | Wider type support for PQ bindings | Dan Goodliffe | 2021-07-14 |
| | | | | timespec not supported... honestly not sure what it should bind! | ||
* | Avoid direct use of runtime_error in PostgreSQL stuff | Dan Goodliffe | 2021-06-12 |
| | | | | | Adds proper exception which extends it and gets the PostgreSQL error message. | ||
* | Wrap DbValue in a class so we can add helpers to it | Dan Goodliffe | 2021-06-05 |
| | |||
* | Initial commit of prepstmt, selects, record sets | Dan Goodliffe | 2021-05-31 |
This is full of holes, but all the basics are covered. |