From c0931400a1c5f02cf145c90fd7e34216836efd88 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Sep 2012 14:28:03 +0200 Subject: Implement --output-name, --generate-schema-only, and --at-once options --- odb/relational/source.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/relational/source.hxx') diff --git a/odb/relational/source.hxx b/odb/relational/source.hxx index 21954e0..1b5df6e 100644 --- a/odb/relational/source.hxx +++ b/odb/relational/source.hxx @@ -3340,7 +3340,7 @@ namespace relational virtual void traverse (type& c) { - if (class_file (c) != unit.file ()) + if (!options.at_once () && class_file (c) != unit.file ()) return; context::top_object = context::cur_object = &c; -- cgit v1.1