aboutsummaryrefslogtreecommitdiff
path: root/odb/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/context.cxx')
-rw-r--r--odb/context.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/odb/context.cxx b/odb/context.cxx
index 86cca9d..265d4ca 100644
--- a/odb/context.cxx
+++ b/odb/context.cxx
@@ -179,6 +179,8 @@ context (ostream& os_,
include_regex (data_->include_regex_),
embedded_schema (ops.generate_schema () &&
ops.schema_format ().count (schema_format::embedded)),
+ separate_schema (ops.generate_schema () &&
+ ops.schema_format ().count (schema_format::separate)),
top_object (data_->top_object_),
cur_object (data_->cur_object_)
{
@@ -203,6 +205,7 @@ context ()
keyword_set (current ().keyword_set),
include_regex (current ().include_regex),
embedded_schema (current ().embedded_schema),
+ separate_schema (current ().separate_schema),
top_object (current ().top_object),
cur_object (current ().cur_object)
{