aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/statement-cache.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/statement-cache.cxx')
-rw-r--r--odb/sqlite/statement-cache.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/odb/sqlite/statement-cache.cxx b/odb/sqlite/statement-cache.cxx
index bb34aed..e29f83e 100644
--- a/odb/sqlite/statement-cache.cxx
+++ b/odb/sqlite/statement-cache.cxx
@@ -13,6 +13,7 @@ namespace odb
statement_cache::
statement_cache (connection& conn)
: conn_ (conn),
+ version_seq_ (conn.database ().schema_version_sequence ()),
// String lengths below include '\0', as per SQLite manual
// suggestions.
//