Javadoc for #2303 - bump to pgjdbc 42.3.0

This commit is contained in:
Rob Bygrave
2021-10-19 11:23:26 +13:00
parent add7a8c4ba
commit fa252a1fe4
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.25 should be used with datasource property
* For Postgres pgjdbc version 42.3.0 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.25 should be used with datasource property
* For Postgres pgjdbc version 42.3.0 should be used with datasource property
* <em>quoteReturningIdentifiers</em> set to <em>false</em> (refer #2303).
*/
public void setAllQuotedIdentifiers(boolean allQuotedIdentifiers) {