From bfad644e448077931e27814be9dfa6891db8619a Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 1 Jan 2017 15:51:09 +0000 Subject: Register mock db implementations --- libsqlitepp/sqlite-connection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsqlitepp/sqlite-connection.cpp') diff --git a/libsqlitepp/sqlite-connection.cpp b/libsqlitepp/sqlite-connection.cpp index 6545918..40f0304 100644 --- a/libsqlitepp/sqlite-connection.cpp +++ b/libsqlitepp/sqlite-connection.cpp @@ -3,6 +3,8 @@ #include "sqlite-selectcommand.h" #include "sqlite-modifycommand.h" +NAMEDFACTORY("sqlite", SQLite::Connection, DB::ConnectionFactory); + SQLite::ConnectionError::ConnectionError(sqlite3 * db) : SQLite::Error(db) { -- cgit v1.2.3