aboutsummaryrefslogtreecommitdiff
path: root/odb/context.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.hxx')
-rw-r--r--odb/context.hxx3
1 files changed, 3 insertions, 0 deletions
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;