PostgreSQL JDBC 42.2.20 Released

From: JDBC Project via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: PostgreSQL JDBC 42.2.20 Released
Date: 2021-04-23 11:49:09
Message-ID: 161917854988.691.9898791267190251052@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The PGJDBC team has released pgjdbc 42.2.20

This is a small maintenance release

- fix: Partitioned indexes were not found fixes [#2078](https://github.com/pgjdbc/pgjdbc/issues/2078) PR [#2087](https://github.com/pgjdbc/pgjdbc/pull/2087)

- fix: isValid() timeout should not be blocked [#1943](https://github.com/pgjdbc/pgjdbc/pull/1943) Cherry-picked [#2076](https://github.com/pgjdbc/pgjdbc/pull/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](https://github.com/pgjdbc/pgjdbc/pull/2092) fixes [Issue #830](https://github.com/pgjdbc/pgjdbc/issues/830)

Thanks to all that provided issue reports and fixes

Browse pgsql-announce by date

  From Date Subject
Next Message PWN via PostgreSQL Announce 2021-04-26 01:17:46 PostgreSQL Weekly News - April 25, 2021
Previous Message pgAdmin Development Team via PostgreSQL Announce 2021-04-22 15:57:23 pgAdmin 4 v5.2 Released