From a42af2b9be73144b6cf22b74fd095c45ec9fb7fa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 3 Nov 2011 10:07:14 +0200 Subject: Use correct image type for RAW type traits --- odb/oracle/traits.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/odb/oracle/traits.hxx b/odb/oracle/traits.hxx index 8edaa54..ded74c9 100644 --- a/odb/oracle/traits.hxx +++ b/odb/oracle/traits.hxx @@ -583,7 +583,7 @@ namespace odb public: typedef std::vector value_type; typedef std::vector query_type; - typedef lob_callback image_type; + typedef char* image_type; static void set_value (value_type& v, const char* b, std::size_t n, bool is_null) @@ -610,7 +610,7 @@ namespace odb public: typedef std::vector value_type; typedef std::vector query_type; - typedef lob_callback image_type; + typedef char* image_type; static void set_value (value_type& v, const char* b, std::size_t n, bool is_null) -- cgit v1.1