aboutsummaryrefslogtreecommitdiff
path: root/libcommon
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-09-06 14:36:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-09-06 14:36:20 +0200
commit517ea9bd35ff406c0c7908f678b3fee17a280969 (patch)
treeec75e327000213d9820133abad52af4edc43761c /libcommon
parenta15d6818920e7972cb8e61fc3dd457705d840f8d (diff)
Add ability to specify SQLite vfs module in database constructor
Diffstat (limited to 'libcommon')
-rw-r--r--libcommon/common/common.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcommon/common/common.cxx b/libcommon/common/common.cxx
index 6990924..524c11b 100644
--- a/libcommon/common/common.cxx
+++ b/libcommon/common/common.cxx
@@ -119,6 +119,7 @@ create_database (int& argc,
#endif
,
true,
+ "",
#ifdef HAVE_CXX11
move (f)
#else