diff options
Diffstat (limited to 'libsqlitepp/sqlite-connection.cpp')
-rw-r--r-- | libsqlitepp/sqlite-connection.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |