From 9ad0acf37561de9bf359a561faed53de17c2ca3b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 21 Nov 2012 13:11:43 +0200 Subject: Add dynamic multi-database query support --- odb/context.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'odb/context.hxx') diff --git a/odb/context.hxx b/odb/context.hxx index 129e5ee..fc1b3bd 100644 --- a/odb/context.hxx +++ b/odb/context.hxx @@ -993,6 +993,9 @@ public: bool embedded_schema; bool separate_schema; + bool multi_static; + bool multi_dynamic; + // Outermost object or view currently being traversed. // semantics::class_*& top_object; -- cgit v1.1