summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Add conversion operators to get common types from DbValuesDan Goodliffe2021-06-05
|
* Wrap DbValue in a class so we can add helpers to itDan Goodliffe2021-06-05
|
* Get upstream from DBDan Goodliffe2021-06-03
| | | | Adds options from command line and a few supporting tweaks
* Determine parameter mode at point of call by DB type propertyDan Goodliffe2021-06-03
| | | | It's still constexpr, so that's all good.
* Add event source ptr typedefDan Goodliffe2021-06-01
|
* Add missing virtual destructorDan Goodliffe2021-06-01
|
* Add missing headerDan Goodliffe2021-06-01
|
* 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.
* Read test DB connection details from envDan Goodliffe2021-05-31
|
* Initial commit of prepstmt, selects, record setsDan Goodliffe2021-05-31
| | | | This is full of holes, but all the basics are covered.
* Map std::size_t to a sensible headerDan Goodliffe2021-05-31
|
* CTF fixed string null terminationDan Goodliffe2021-05-31
|
* Basic support for queries with bound parametersDan Goodliffe2021-05-24
| | | | | Bit of a reshuffle to make the types not DB specific, add some basic tests over query execution, no selects yet and no validation anything is actually right.
* Minor tidy up of replStreamDan Goodliffe2021-05-23
|
* Add PQ basicsDan Goodliffe2021-05-23
|
* IWYU built for LLVM-12 fixesDan Goodliffe2021-05-22
|
* Wrap up mysql_queryDan Goodliffe2021-05-22
|
* Pass linter checksDan Goodliffe2021-05-22
| | | | Except IWYU, doesn't like the C++20 CTF.
* Move everything into more sensible placesDan Goodliffe2021-05-22
|
* Add test file for odds and endsDan Goodliffe2021-05-21
|
* Exclude don't print helper from coverageDan Goodliffe2021-05-21
|
* Unpack row data into a vector or vector pairDan Goodliffe2021-05-21
|
* Default intialize structsDan Goodliffe2021-05-18
|
* Force clang-12Dan Goodliffe2021-05-18
|
* Write year, not day twiceDan Goodliffe2021-05-18
|
* Initial commit, still lots to do!Dan Goodliffe2021-05-18