summaryrefslogtreecommitdiff
path: root/libpqpp
diff options
context:
space:
mode:
Diffstat (limited to 'libpqpp')
-rw-r--r--libpqpp/pq-connection.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libpqpp/pq-connection.cpp b/libpqpp/pq-connection.cpp
index ed00d8d..5c50b7c 100644
--- a/libpqpp/pq-connection.cpp
+++ b/libpqpp/pq-connection.cpp
@@ -135,6 +135,9 @@ PQ::Connection::checkResult(PGresult * res, Expected... expected) const
return ResultPtr {res};
}
+template PQ::ResultPtr PQ::Connection::checkResult(PGresult *, ExecStatusType) const;
+template PQ::ResultPtr PQ::Connection::checkResult(PGresult *, ExecStatusType, ExecStatusType) const;
+
AdHocFormatter(PQConnectionCopyFrom, "COPY %? FROM STDIN %?");
void