summaryrefslogtreecommitdiff
path: root/odb/relational/model.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/model.hxx')
-rw-r--r--odb/relational/model.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/odb/relational/model.hxx b/odb/relational/model.hxx
index 3ff5e06..bb83e02 100644
--- a/odb/relational/model.hxx
+++ b/odb/relational/model.hxx
@@ -453,6 +453,12 @@ namespace relational
}
virtual void
+ traverse_pointer (semantics::data_member&, semantics::class_&)
+ {
+ // We don't want to traverse composite id.
+ }
+
+ virtual void
traverse_object (semantics::class_& c)
{
if (context::top_object != &c)