src/Connection.cpp
branchv_0
changeset 32 77180ee275df
parent 30 629565ff82d3
child 36 91cb012d779a
--- a/src/Connection.cpp	Fri Jan 31 23:34:53 2020 +0100
+++ b/src/Connection.cpp	Fri May 08 12:51:01 2020 +0200
@@ -33,6 +33,7 @@
 		sqlite3_close((sqlite3*) db);
 		throw SqlException(L"Unable to open SQLite database.");
 	}
+	sqlite3_enable_load_extension((sqlite3*) db, true);
 	begin();
 }