From 8e69f40ab32dc8604b68f360ae30fa961ba036ee Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 4 Feb 2015 17:23:54 +0200 Subject: Implement object loading views See section 10.2 in the manual for details. --- odb/relational/mysql/common.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'odb/relational/mysql/common.cxx') diff --git a/odb/relational/mysql/common.cxx b/odb/relational/mysql/common.cxx index 011bad7..6833ace 100644 --- a/odb/relational/mysql/common.cxx +++ b/odb/relational/mysql/common.cxx @@ -150,6 +150,13 @@ namespace relational }; member_image_type:: + member_image_type (base const& x) + : member_base::base (x), // virtual base + base (x) + { + } + + member_image_type:: member_image_type (semantics::type* type, string const& fq_type, string const& key_prefix) @@ -233,6 +240,8 @@ namespace relational type_ = "details::buffer"; } + entry member_image_type_; + // // member_database_type // -- cgit v1.1