From 0b356dfc0dc4e7e1a80e17801ded076e8173b5a7 Mon Sep 17 00:00:00 2001 From: "David J. Wisneski" Date: Sat, 30 Jun 2007 03:52:46 +0000 Subject: [PATCH] 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 --- .../resources/org/apache/openjpa/jdbc/sql/localizer.properties | 2 ++ 1 file changed, 2 insertions(+) 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 e5d649570..61f5a233d 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 @@ -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. + \ No newline at end of file