summaryrefslogtreecommitdiff
path: root/libpqpp/pq-column.h
Commit message (Collapse)AuthorAge
* Replace ifndef/define/endif with pragma onceHEADmainDan Goodliffe2023-10-09
|
* Avoid repeated calls to PQunescapeByteaDan Goodliffe2023-10-09
| | | | | Fixes issue where accessing the blob value of a column multiple times would free previously unescaped buffers resulting in dangling pointers.
* Move valueAs to BinaryColumn, implement with std::byteswapDan Goodliffe2023-10-08
| | | | Removes the need to cast to/from BSD endian supported types.
* Make pq_deleter a generic helperDan Goodliffe2023-10-08
|
* Use unique_ptr for handling unescaped bytea column bufferDan Goodliffe2023-10-08
|
* Reformat with new clang-formatDan Goodliffe2023-10-08
|
* Add JT recommended warningsDan Goodliffe2021-09-18
|
* Add override tagDan Goodliffe2020-12-10
|
* Clang formatDan Goodliffe2020-11-18
|
* Tidy fixes for latest clanglibdbpp-postgresql-1.4.1Dan Goodliffe2019-03-30
|
* Switch to string_viewDan Goodliffe2019-02-04
|
* Add wrappers for PQgetvalue and PQgetlength in column to simplify accessDan Goodliffe2017-06-05
|
* Add support for bytea / blob type dataDan Goodliffe2017-06-05
|
* Introduce select base for different kinds of selectDan Goodliffe2016-04-24
|
* Rename SelectCommand to CursorSelectCommandDan Goodliffe2016-04-24
|
* Add missing override attributeDan Goodliffe2015-12-29
|
* Remove rebindDan Goodliffe2015-12-29
|
* PostgreSQL files prefixed with pq-Dan Goodliffe2015-12-24