Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add lots of tests over replicating most of the types | Dan Goodliffe | 2021-08-27 |
| | |||
* | Make date/time types easy to create and compare | Dan Goodliffe | 2021-08-27 |
| | |||
* | Enable numeric conversion warning and fix the fallout | Dan Goodliffe | 2021-08-10 |
| | |||
* | Tests, fixes, improvements to WritePqCopyStream | Dan Goodliffe | 2021-08-08 |
| | |||
* | Simplify some bits with concepts | Dan Goodliffe | 2021-08-08 |
| | |||
* | Extract WritePqCopyStrm into its own file | Dan Goodliffe | 2021-08-08 |
| | |||
* | Add wrapper for writing a DbValueV to a stream | Dan Goodliffe | 2021-06-17 |
| | |||
* | Add conversion operators to get common types from DbValues | Dan Goodliffe | 2021-06-05 |
| | |||
* | 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. | ||
* | Basic support for queries with bound parameters | Dan Goodliffe | 2021-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. |