summaryrefslogtreecommitdiff
path: root/libpqpp/pq-connection.h
Commit message (Collapse)AuthorAge
* 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
| | | | Updates to include C++17 changes for command options.
* C++17Dan Goodliffe2018-04-09
| | | | | Updates code largely in-keeping with updates to be C++17 in line with libadhocutil and libdbpp.
* Use SQL hash for prepared statement names, increases reuse and avoids random ↵Dan Goodliffe2017-01-08
| | | | reuse
* Fix bug where prepared statement cache wasn't cleared on connection reset ↵Dan Goodliffe2017-01-08
| | | | leading to random failure due to prepapred statements not existing
* 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