PostgreSQL JDBC 42.2.20 Released

Posted on 2021-04-23 by JDBC Project
Related Open Source

The PGJDBC team has released pgjdbc 42.2.20

This is a small maintenance release

  • fix: Partitioned indexes were not found fixes #2078 PR #2087

  • fix: isValid() timeout should not be blocked #1943 Cherry-picked #2076 The usage of setQueryTimeout(); with the same value as the setNetworkTimeout(); is blocking the current transaction timeout. The timeouts are blocking each other with this approach.

  • fix: DatabaseMetaData.getTables returns columns in UPPER case as per the spec PR #2092 fixes Issue #830

Thanks to all that provided issue reports and fixes