summaryrefslogtreecommitdiff
path: root/libpqpp/pq-column.cpp
Commit message (Expand)AuthorAge
* Avoid repeated calls to PQunescapeByteaDan Goodliffe2023-10-09
* Fix the trivial clang-tidy warningsDan Goodliffe2023-10-08
* Use unique_ptr for execution resultsDan Goodliffe2023-10-08
* Use unique_ptr for handling unescaped bytea column bufferDan Goodliffe2023-10-08
* Reformat with new clang-formatDan Goodliffe2023-10-08
* Use proper defines for column typesDan Goodliffe2023-10-08
* Tidy up IWYUlibdbpp-postgresql-1.4.6Dan Goodliffe2021-09-21
* First commit passing IWYUDan Goodliffe2021-09-21
* Add JT recommended warningsDan Goodliffe2021-09-18
* Clang formatDan Goodliffe2020-11-18
* Refactor to ease testingDan Goodliffe2019-10-19
* Tidy fixes for latest clanglibdbpp-postgresql-1.4.1Dan Goodliffe2019-03-30
* Enable hicpp checks and fix accordinglyDan Goodliffe2019-02-17
* Modernize clang tidy fixesDan Goodliffe2019-02-16
* More clang tidy fixesDan Goodliffe2019-02-16
* 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
* Minor updates/tweaks to increase test coverageDan Goodliffe2017-01-08
* Introduce select base for different kinds of selectDan Goodliffe2016-04-24
* Rename SelectCommand to CursorSelectCommandDan Goodliffe2016-04-24
* Remove rebindDan Goodliffe2015-12-29
* PostgreSQL files prefixed with pq-Dan Goodliffe2015-12-24