summaryrefslogtreecommitdiff
path: root/libpqpp/pq-mock.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-05-09 20:39:50 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-05-09 20:39:50 +0100
commitbe913c0bdf2900783d416c611398a52b5f3cb991 (patch)
tree75307e02b22d171b415f9ba194deb7864715f2bc /libpqpp/pq-mock.h
parentCreate mock databases in a temporary directory (diff)
downloadlibdbpp-postgresql-be913c0bdf2900783d416c611398a52b5f3cb991.tar.bz2
libdbpp-postgresql-be913c0bdf2900783d416c611398a52b5f3cb991.tar.xz
libdbpp-postgresql-be913c0bdf2900783d416c611398a52b5f3cb991.zip
Create hasUnloggedTables, like hasCopyToProgram
Diffstat (limited to 'libpqpp/pq-mock.h')
-rw-r--r--libpqpp/pq-mock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libpqpp/pq-mock.h b/libpqpp/pq-mock.h
index b5f4f24..eccd5ae 100644
--- a/libpqpp/pq-mock.h
+++ b/libpqpp/pq-mock.h
@@ -18,6 +18,7 @@ namespace PQ {
void CreateNewDatabase() const override;
void DropDatabase() const override;
void SetTablesToUnlogged() const;
+ bool hasUnloggedTables() const;
bool hasCopyToProgram() const;
const std::filesystem::path tablespacePath;
const int serverVersion;