aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/schema-source.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/schema-source.hxx')
-rw-r--r--odb/relational/schema-source.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/schema-source.hxx b/odb/relational/schema-source.hxx
index 82b7e71..925e914 100644
--- a/odb/relational/schema-source.hxx
+++ b/odb/relational/schema-source.hxx
@@ -21,7 +21,7 @@ namespace relational
virtual void
traverse (type& c)
{
- if (class_file (c) != unit.file ())
+ if (!options.at_once () && class_file (c) != unit.file ())
return;
if (!object (c))