diff --git a/ebean-api/src/main/java/io/ebean/config/DatabaseConfig.java b/ebean-api/src/main/java/io/ebean/config/DatabaseConfig.java index a4b6a6ace..50fa8bb27 100644 --- a/ebean-api/src/main/java/io/ebean/config/DatabaseConfig.java +++ b/ebean-api/src/main/java/io/ebean/config/DatabaseConfig.java @@ -1548,7 +1548,7 @@ public class DatabaseConfig { /** * Set to true if all DB column and table names should use quoted identifiers. *

- * For Postgres pgjdbc version 42.2.24 should be used with datasource property + * For Postgres pgjdbc version 42.2.25 should be used with datasource property * quoteReturningIdentifiers set to false (refer #2303). */ public void setAllQuotedIdentifiers(boolean allQuotedIdentifiers) { diff --git a/ebean-api/src/main/java/io/ebean/config/PlatformConfig.java b/ebean-api/src/main/java/io/ebean/config/PlatformConfig.java index 6062759d2..a531ffa76 100644 --- a/ebean-api/src/main/java/io/ebean/config/PlatformConfig.java +++ b/ebean-api/src/main/java/io/ebean/config/PlatformConfig.java @@ -118,7 +118,7 @@ public class PlatformConfig { /** * Set to true if all DB column and table names should use quoted identifiers. *

- * For Postgres pgjdbc version 42.2.24 should be used with datasource property + * For Postgres pgjdbc version 42.2.25 should be used with datasource property * quoteReturningIdentifiers set to false (refer #2303). */ public void setAllQuotedIdentifiers(boolean allQuotedIdentifiers) {