Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Create hasUnloggedTables, like hasCopyToProgram | Dan Goodliffe | 2019-05-09 |
| | |||
* | Create mock databases in a temporary directory | Dan Goodliffe | 2019-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 construction | Dan Goodliffe | 2019-05-09 |
| | |||
* | Remove boost::filesystem in favour of std::filesystem | Dan Goodliffe | 2019-02-03 |
| | |||
* | C++17 | Dan Goodliffe | 2018-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 mock | Dan Goodliffe | 2017-01-03 |
| | |||
* | Set tables in test database to be unlogged, faster (less disk IO) and we ↵ | Dan Goodliffe | 2016-12-27 |
| | | | | don't care about safety in tests | ||
* | PostgreSQL files prefixed with pq- | Dan Goodliffe | 2015-12-24 |