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:
David J. Wisneski 2007-06-30 03:52:46 +00:00
parent 9975362f1f
commit 0b356dfc0d
1 changed files with 2 additions and 0 deletions

View File

@ -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}.
millis-query-timeout: JDBC locking does not support millisecond-granularity \
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.