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 --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 60c74e4..c913eb6 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ Version 1.8.0 Value Types" in the ODB manual as well as the 'composite' example in the odb-examples package. + * Default Oracle mapping for std::string has changed from VARCHAR2(4000) + to VARCHAR2(512). + Version 1.7.0 * Support for the Oracle database. The provided connection factories -- cgit v1.1