From add7a8c4babb5c41ea20d013e2fad1026eeaecb1 Mon Sep 17 00:00:00 2001 From: Rob Bygrave Date: Thu, 14 Oct 2021 14:49:15 +1300 Subject: [PATCH] Javadoc for #2303 - bump to pgjdbc 42.2.25 Noting that this version of pgjdbc has not been released yet. Guessing that this is the next release number. --- ebean-api/src/main/java/io/ebean/config/DatabaseConfig.java | 2 +- ebean-api/src/main/java/io/ebean/config/PlatformConfig.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {