summaryrefslogtreecommitdiff
path: root/libpqpp/pq-mock.h
Commit message (Collapse)AuthorAge
* Replace ifndef/define/endif with pragma onceHEADmainDan Goodliffe2023-10-09
|
* First commit passing IWYUDan Goodliffe2021-09-21
|
* Clang formatDan Goodliffe2020-11-18
|
* Fixes for tidylibdbpp-postgresql-1.4.4Dan Goodliffe2020-03-28
|
* Create hasUnloggedTables, like hasCopyToProgramDan Goodliffe2019-05-09
|
* Create mock databases in a temporary directoryDan Goodliffe2019-05-09
| | | | | | | Requires v9.3 server for COPY ... TO PROGRAM ... support, which is used to get the server to create a directory with suitable permissions. This directory is created in the system temporary directory and used as the default tablespace for the mock database.
* Get server version into a const local on constructionDan Goodliffe2019-05-09
|
* Remove boost::filesystem in favour of std::filesystemDan Goodliffe2019-02-03
|
* C++17Dan Goodliffe2018-04-09
| | | | | Updates code largely in-keeping with updates to be C++17 in line with libadhocutil and libdbpp.
* Co-variant return of PQ connection from PQ mockDan Goodliffe2017-01-03
|
* Set tables in test database to be unlogged, faster (less disk IO) and we ↵Dan Goodliffe2016-12-27
| | | | don't care about safety in tests
* PostgreSQL files prefixed with pq-Dan Goodliffe2015-12-24