mirror of https://github.com/apache/openjpa.git
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
This commit is contained in:
parent
e8e52d38ea
commit
3a91680b6d
|
@ -52,7 +52,7 @@ no-auto-assign: This database dictionary does not support auto-assigned column \
|
||||||
values.
|
values.
|
||||||
bad-join: The following error was detected when creating a foreign key: \
|
bad-join: The following error was detected when creating a foreign key: \
|
||||||
"{0}". The foreign key is being ignored.
|
"{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", \
|
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 \
|
which is required for the Sybase JConnect driver to behave in a \
|
||||||
JDBC-compliant way.
|
JDBC-compliant way.
|
||||||
|
|
Loading…
Reference in New Issue