aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/view-result.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2012-10-15 13:17:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2012-10-19 11:40:30 +0200
commit8112bd0febcfa1e3a76e0d03363facbefc3822f7 (patch)
tree0f5a05b9b29ae7d77e95f7831c214b385aaf6a3b /odb/sqlite/view-result.hxx
parentd94948b8bccfd8748245726487d54c41bb199baf (diff)
Implement early connection release
Diffstat (limited to 'odb/sqlite/view-result.hxx')
-rw-r--r--odb/sqlite/view-result.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/sqlite/view-result.hxx b/odb/sqlite/view-result.hxx
index 7d552b7..a6d07e7 100644
--- a/odb/sqlite/view-result.hxx
+++ b/odb/sqlite/view-result.hxx
@@ -55,6 +55,9 @@ namespace odb
virtual std::size_t
size ();
+ virtual void
+ invalidate ();
+
using base_type::current;
private: