From 3a91680b6d90e1f1ee5703072a592bcf542957c9 Mon Sep 17 00:00:00 2001 From: Milosz Tylenda Date: Sun, 24 May 2009 15:56:21 +0000 Subject: [PATCH] localizer.properties: Correct error in sybase-compliance value. git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@778180 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/org/apache/openjpa/jdbc/sql/localizer.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a6142eb76..3d9ba90e3 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 @@ -52,7 +52,7 @@ no-auto-assign: This database dictionary does not support auto-assigned column \ values. bad-join: The following error was detected when creating a foreign key: \ "{0}". The foreign key is being ignored. -sybase-compliance: They Sybase connection URL "{0}" may be invalid: \ +sybase-compliance: The Sybase connection URL "{0}" may be invalid: \ it does not contain the parameter "BE_AS_JDBC_COMPLIANT_AS_POSSIBLE=true", \ which is required for the Sybase JConnect driver to behave in a \ JDBC-compliant way.