mirror of https://github.com/apache/openjpa.git
OPENJPA-271, add DB2 JDBC driver 2 support, add message key/text
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@552095 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9975362f1f
commit
0b356dfc0d
|
@ -167,3 +167,5 @@ isolation-level-config-not-supported: This DBDictionary does not support \
|
||||||
customization of isolation levels on a per-query basis. DBDictionary: {0}.
|
customization of isolation levels on a per-query basis. DBDictionary: {0}.
|
||||||
millis-query-timeout: JDBC locking does not support millisecond-granularity \
|
millis-query-timeout: JDBC locking does not support millisecond-granularity \
|
||||||
timeouts. Use timeouts that are multiples of 1000 for even second values.
|
timeouts. Use timeouts that are multiples of 1000 for even second values.
|
||||||
|
db-not-supported: The database product "{0}", version "{1}" is not officially supported.
|
||||||
|
|
Loading…
Reference in New Issue