summaryrefslogtreecommitdiff
path: root/odb/relational/header.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-11-14 16:24:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-11-14 16:24:50 +0200
commit4bf55482207ee5807907833829dc30af2d18770b (patch)
tree063c5f1142cc5a3d0d9c2824241801d3e5203bea /odb/relational/header.hxx
parent5c836364144998dcd2d798f6bc404b0f0efddf5c (diff)
Old interface compatibility and testing fixes
Now all tests pass for both Oracle and SQL Server.
Diffstat (limited to 'odb/relational/header.hxx')
-rw-r--r--odb/relational/header.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/odb/relational/header.hxx b/odb/relational/header.hxx
index 0af9109..7a36d0e 100644
--- a/odb/relational/header.hxx
+++ b/odb/relational/header.hxx
@@ -995,6 +995,8 @@ namespace relational
os << "typedef object_traits_impl<object_type, id_" << db <<
">::image_type image_type;"
+ << "typedef object_traits_impl<object_type, id_" << db <<
+ ">::id_image_type id_image_type;"
<< endl;
section_public_extra_pre (s);