summaryrefslogtreecommitdiff
path: root/libpqpp/pq-binarycolumn.h
Commit message (Collapse)AuthorAge
* Replace ifndef/define/endif with pragma onceHEADmainDan Goodliffe2023-10-09
|
* Move valueAs to BinaryColumn, implement with std::byteswapDan Goodliffe2023-10-08
| | | | Removes the need to cast to/from BSD endian supported types.
* Reformat with new clang-formatDan Goodliffe2023-10-08
|
* First commit passing IWYUDan Goodliffe2021-09-21
|
* Clang formatDan Goodliffe2020-11-18
|
* Support fetching data in binary format (no numeric, datetime, interval ↵Dan Goodliffe2017-06-05
support yet)