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.
This commit is contained in:
Rob Bygrave
2021-10-14 14:49:15 +13:00
parent 834c04bd33
commit add7a8c4ba
2 changed files with 2 additions and 2 deletions
@@ -1548,7 +1548,7 @@ public class DatabaseConfig {
/**
* Set to true if all DB column and table names should use quoted identifiers.
* <p>
* 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
* <em>quoteReturningIdentifiers</em> set to <em>false</em> (refer #2303).
*/
public void setAllQuotedIdentifiers(boolean allQuotedIdentifiers) {
@@ -118,7 +118,7 @@ public class PlatformConfig {
/**
* Set to true if all DB column and table names should use quoted identifiers.
* <p>
* 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
* <em>quoteReturningIdentifiers</em> set to <em>false</em> (refer #2303).
*/
public void setAllQuotedIdentifiers(boolean allQuotedIdentifiers) {