| Commit message (Collapse) | Author | Age |
|
|
|
| |
Adds proper exception which extends it and gets the MySQL error message.
|
|
|
|
|
|
|
| |
This represents a view into a recordset by row number and provides easy
access to values in a column by index and the ability to create a new
object instance by N columns which are passed to the object's
constructor.
|
| |
|
| |
|
|
|
|
| |
Adds options from command line and a few supporting tweaks
|
|
|
|
| |
It's still constexpr, so that's all good.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
This is full of holes, but all the basics are covered.
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
Except IWYU, doesn't like the C++20 CTF.
|
|
|