summaryrefslogtreecommitdiff
path: root/libpqpp/pq-connection.h
Commit message (Expand)AuthorAge
* Replace ifndef/define/endif with pragma onceHEADmainDan Goodliffe2023-10-09
* Simplify checkResultDan Goodliffe2023-10-08
* Use unique_ptr for execution resultsDan Goodliffe2023-10-08
* First commit passing IWYUDan Goodliffe2021-09-21
* Clang formatDan Goodliffe2020-11-18
* Fixes for tidylibdbpp-postgresql-1.4.4Dan Goodliffe2020-03-28
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
* Replace deprecated typedef std::hash<...>::result_typeDan Goodliffe2018-08-21
* C++17libdbpp-postgresql-1.2.0Dan Goodliffe2018-04-09
* C++17Dan Goodliffe2018-04-09
* Use SQL hash for prepared statement names, increases reuse and avoids random ...Dan Goodliffe2017-01-08
* Fix bug where prepared statement cache wasn't cleared on connection reset lea...Dan Goodliffe2017-01-08
* Add function for retrieving server version numberDan Goodliffe2017-01-03
* Add missing PQ connection specific typedefDan Goodliffe2017-01-03
* Add missing default value in execute overrideDan Goodliffe2017-01-03
* API change to pass command options throughDan Goodliffe2017-01-01
* Reuse prepared statementsDan Goodliffe2016-02-25
* Improve and centralise transaction handling logicDan Goodliffe2015-12-29
* Non-const insertIdDan Goodliffe2015-12-29
* Non-const command gettersDan Goodliffe2015-12-29
* Default (not supported) bulk upload implementationDan Goodliffe2015-12-29
* Non-const execute and save pointsDan Goodliffe2015-12-29
* Reshuffle and add new exceptionsDan Goodliffe2015-12-29
* PostgreSQL files prefixed with pq-Dan Goodliffe2015-12-24