From c43fc7926bc38c116019bd313f13f6380c63c6c3 Mon Sep 17 00:00:00 2001 From: Constantin Michael Date: Mon, 26 Sep 2011 11:04:20 +0200 Subject: Redefine id_int64 image type to be a byte array --- odb/oracle/traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odb/oracle/traits.hxx b/odb/oracle/traits.hxx index 532f091..c739c61 100644 --- a/odb/oracle/traits.hxx +++ b/odb/oracle/traits.hxx @@ -63,7 +63,7 @@ namespace odb struct image_traits {typedef int image_type;}; template <> - struct image_traits {typedef long long image_type;}; + struct image_traits {typedef unsigned char[12] image_type;}; template <> struct image_traits {typedef unsigned char[21] image_type;}; -- cgit v1.1