Thread: REL 42.2.20 released

REL 42.2.20 released

From
Dave Cramer
Date:
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