summaryrefslogtreecommitdiff
path: root/lib/dbTypes.h
Commit message (Collapse)AuthorAge
* Add lots of tests over replicating most of the typesDan Goodliffe2021-08-27
|
* Make date/time types easy to create and compareDan Goodliffe2021-08-27
|
* Enable numeric conversion warning and fix the falloutDan Goodliffe2021-08-10
|
* Tests, fixes, improvements to WritePqCopyStreamDan Goodliffe2021-08-08
|
* Simplify some bits with conceptsDan Goodliffe2021-08-08
|
* Extract WritePqCopyStrm into its own fileDan Goodliffe2021-08-08
|
* Add wrapper for writing a DbValueV to a streamDan Goodliffe2021-06-17
|
* 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
|
* Initial commit of prepstmt, selects, record setsDan Goodliffe2021-05-31
| | | | This is full of holes, but all the basics are covered.
* 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.