mirror of https://github.com/apache/openjpa.git
OPENJPA-1691: Minor rewording of message text.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/branches/2.0.x@1148396 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b208e47b0
commit
97c07860d3
|
@ -216,9 +216,11 @@ sequencesql-override: Going to override the DB2 specific default for the \
|
|||
the property. This will allow openJPA to detect a difference between the DB2 default \
|
||||
string and the string set in the property and will further allow openJPA to use the \
|
||||
string defined by the property rather than the default string for DB2.
|
||||
oracle-set-clob-unsupported: The JRE or JDBC level in use does not support the function \
|
||||
necessary to support storing large Clob or XML values. An alternate method will be used \
|
||||
to store the data, but this may result in failure if the data is larger than 4000 bytes.
|
||||
oracle-set-clob-failed: Invocation of methods to support storing large Clob or XML values \
|
||||
resulted in an error. An alternate method will be used to store the data, but this may \
|
||||
result in failure if the data is larger than 4000 bytes.
|
||||
oracle-set-clob-unsupported: The JRE or JDBC level in use does not support storing large \
|
||||
object (CLIB) or XML values. An alternate method will be used to store the data; \
|
||||
however, if the data is larger than 4000 bytes, an error might occur.
|
||||
oracle-set-clob-failed: Invocation of methods to support storing large character \
|
||||
large object (CLOB) or XML values did not complete successfully. An \
|
||||
alternate method is used to store the data; however, if the data is larger \
|
||||
than 4000 bytes, data, an error might occur.
|
||||
|
||||
|
|
Loading…
Reference in New Issue