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