Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix binding multiple parameters in DbStmt | Dan Goodliffe | 2021-06-13 |
| | |||
* | Determine parameter mode at point of call by DB type property | Dan Goodliffe | 2021-06-03 |
| | | | | It's still constexpr, so that's all good. | ||
* | Generate DbStmt templates from .sql files | Dan Goodliffe | 2021-06-01 |
| | | | | | | | m4 generator and related code. Reshuffles some CTF stuff to avoid pulling in all of CTF and iostream for its fixed_string. Moves CTF out of AdHoc namespace. Add some initial SQL statements. | ||
* | Initial commit of prepstmt, selects, record sets | Dan Goodliffe | 2021-05-31 |
This is full of holes, but all the basics are covered. |