From a3e92641c7792573ff3075b3b3265377ec55a7a5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 22 Jan 2012 14:59:20 +0200 Subject: Change default Oracle std::string mapping to 512 from 4000 --- odb/relational/oracle/context.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/relational/oracle/context.cxx') diff --git a/odb/relational/oracle/context.cxx b/odb/relational/oracle/context.cxx index 26adfda..d3422c2 100644 --- a/odb/relational/oracle/context.cxx +++ b/odb/relational/oracle/context.cxx @@ -49,7 +49,7 @@ namespace relational {"float", "BINARY_FLOAT", 0}, {"double", "BINARY_DOUBLE", 0}, - {"::std::string", "VARCHAR2(4000)", 0}, + {"::std::string", "VARCHAR2(512)", 0}, {"::size_t", "NUMBER(20)", 0}, {"::std::size_t", "NUMBER(20)", 0} -- cgit v1.1