summaryrefslogtreecommitdiff
path: root/odb/relational/oracle/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/relational/oracle/common.cxx')
-rw-r--r--odb/relational/oracle/common.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/odb/relational/oracle/common.cxx b/odb/relational/oracle/common.cxx
index e9d8390..04bb0f8 100644
--- a/odb/relational/oracle/common.cxx
+++ b/odb/relational/oracle/common.cxx
@@ -188,7 +188,8 @@ namespace relational
void member_image_type::
traverse_composite (member_info& mi)
{
- type_ = "composite_value_traits< " + mi.fq_type () + " >::image_type";
+ type_ = "composite_value_traits< " + mi.fq_type () +
+ ", id_oracle >::image_type";
}
void member_image_type::