From e480c666a9b5b31c0d18ff506d24967cb6e2fec0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 25 Jan 2013 12:44:16 +0200 Subject: By default map std::array to string instead of binary --- odb/oracle/traits.hxx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'odb') diff --git a/odb/oracle/traits.hxx b/odb/oracle/traits.hxx index 13bb1dc..662e5b7 100644 --- a/odb/oracle/traits.hxx +++ b/odb/oracle/traits.hxx @@ -1440,6 +1440,14 @@ namespace odb static const database_type_id db_type_id = id_string; }; +#ifdef ODB_CXX11 + template + struct default_type_traits > + { + static const database_type_id db_type_id = id_string; + }; +#endif + template <> struct default_type_traits { @@ -1469,12 +1477,6 @@ namespace odb #ifdef ODB_CXX11 template - struct default_type_traits > - { - static const database_type_id db_type_id = id_raw; - }; - - template struct default_type_traits > { static const database_type_id db_type_id = id_raw; -- cgit v1.1