summaryrefslogtreecommitdiff
path: root/libpqpp/connection.cpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-09-24 03:02:07 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-09-24 03:06:06 +0100
commit817e41ccb3102239c24af940f301a5335ddabeac (patch)
treef93d51c06d3d244b5ddfd2c3b13f895a14c67e84 /libpqpp/connection.cpp
parentConnector compatibility fix (diff)
downloadlibdbpp-postgresql-817e41ccb3102239c24af940f301a5335ddabeac.tar.bz2
libdbpp-postgresql-817e41ccb3102239c24af940f301a5335ddabeac.tar.xz
libdbpp-postgresql-817e41ccb3102239c24af940f301a5335ddabeac.zip
PostgreSQL mocking and tests from Project2
Diffstat (limited to 'libpqpp/connection.cpp')
-rw-r--r--libpqpp/connection.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libpqpp/connection.cpp b/libpqpp/connection.cpp
index 77bdd10..e41cd3b 100644
--- a/libpqpp/connection.cpp
+++ b/libpqpp/connection.cpp
@@ -4,6 +4,8 @@
#include "modifycommand.h"
#include <unistd.h>
+NAMEDFACTORY("postgresql", PQ::Connection, DB::ConnectionFactory);
+
static void
noNoticeProcessor(void *, const char *)
{