summaryrefslogtreecommitdiff
path: root/lib/dbStmt.h
Commit message (Collapse)AuthorAge
* Enable numeric conversion warning and fix the falloutDan Goodliffe2021-08-10
|
* Add message to parameter count assertionDan Goodliffe2021-07-25
|
* Fix binding multiple parameters in DbStmtDan Goodliffe2021-06-13
|
* Determine parameter mode at point of call by DB type propertyDan Goodliffe2021-06-03
| | | | It's still constexpr, so that's all good.
* Generate DbStmt templates from .sql filesDan Goodliffe2021-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 setsDan Goodliffe2021-05-31
This is full of holes, but all the basics are covered.