From 3842a3d1a9de48e55abe863cb2da5f133b0603ee Mon Sep 17 00:00:00 2001 From: Heath Thomann Date: Tue, 23 Aug 2011 21:38:37 +0000 Subject: [PATCH] OPENJPA-1691: Made update to localizer.properties git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1160891 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/org/apache/openjpa/jdbc/sql/localizer.properties | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties index d61480c42..787c27d0f 100644 --- a/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties +++ b/openjpa-jdbc/src/main/resources/org/apache/openjpa/jdbc/sql/localizer.properties @@ -222,8 +222,7 @@ sequencesql-override: Going to override the DB2 specific default for the \ string defined by the property rather than the default string for DB2. invalid-locking-mode: Invalid locking mode for SolidDB: "{0}" oracle-set-clob-warning: Setting the supportsSetClob property on the OracleDictionary no longer has an \ - effect. Code has been added to allow, by default, the functionality provided in previous releases \ - via the supportsSetClob property. + effect. The functionality provided by the supportsSetClob property is now enabled, by default. sequence-cache-warning: Setting the useNativeSequenceCache property on the DBDictionary no longer has an \ effect. Code has been added to allow, by default, the functionality provided in previous releases \ via the useNativeSequenceCache property.