From 31fd2870497686667f20b2d43467a07482f8ab40 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 10 Sep 2013 14:10:45 +0200 Subject: Schema versioning support --- odb/sqlite/statement-cache.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'odb/sqlite/statement-cache.hxx') diff --git a/odb/sqlite/statement-cache.hxx b/odb/sqlite/statement-cache.hxx index bd90a44..f943ffc 100644 --- a/odb/sqlite/statement-cache.hxx +++ b/odb/sqlite/statement-cache.hxx @@ -89,6 +89,7 @@ namespace odb details::type_info_comparator> map; connection& conn_; + unsigned int version_seq_; details::shared_ptr begin_; mutable details::shared_ptr begin_immediate_; -- cgit v1.1