REL 42.2.20 released - Mailing list pgsql-jdbc

From Dave Cramer
Subject REL 42.2.20 released
Date
Msg-id CADK3HHKjBJAMfgomFWOA9ZPNVmkcSMSLs4f+i4mhcu3QCZV4Wg@mail.gmail.com
Whole thread Raw
List pgsql-jdbc
Greetings,

We have released 42.2.20 

This is a maintenance release to fix a few small issues.
  • fix: Partitioned indexes were not found fixes #2078 PR #2087

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

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


Dave Cramer

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: [pgjdbc/pgjdbc]
Next
From: Sehrope Sarkuni
Date:
Subject: [pgjdbc/pgjdbc] 4fae59: test: Fix GitHub actions os matrix to use hosted r...