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/pgsql/common.cxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'odb/relational/pgsql/common.cxx') diff --git a/odb/relational/pgsql/common.cxx b/odb/relational/pgsql/common.cxx index 41cfc6b..6f04824 100644 --- a/odb/relational/pgsql/common.cxx +++ b/odb/relational/pgsql/common.cxx @@ -126,6 +126,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) @@ -196,6 +203,8 @@ namespace relational type_ = "unsigned char*"; } + entry member_image_type_; + // // member_database_type // -- cgit v1.1