diff options
-rw-r--r-- | libpqpp/pq-mock.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpqpp/pq-mock.cpp b/libpqpp/pq-mock.cpp index 44c8cc9..f72c01f 100644 --- a/libpqpp/pq-mock.cpp +++ b/libpqpp/pq-mock.cpp @@ -5,6 +5,8 @@ #include <selectcommand.h> #include <selectcommandUtil.impl.h> +NAMEDFACTORY("postgresql", PQ::Mock, DB::MockDatabaseFactory); + namespace PQ { Mock::Mock(const std::string & masterdb, const std::string & name, const std::vector<boost::filesystem::path> & ss) : |