[JDBC] Latest Driver released 42.1.1 - Mailing list pgsql-jdbc

From Dave Cramer
Subject [JDBC] Latest Driver released 42.1.1
Date
Msg-id CADK3HH+1YPO_L68zz7E-4qyh6ntjzWYOkHWD+1XN-J16mpRKug@mail.gmail.com
Whole thread Raw
List pgsql-jdbc
The JDBC group is proud to release the latest driver with the following fixes

  • fix: data being trucated in setCharacterStream (the bug introduced in 42.0.0) PR#802
  • fix: calculation of lastReceiveLSN for logical replication PR#801
  • fix: make sure org.postgresql.Driver is loaded when accessing though DataSource interface #768
  • feat: support fetching a REF_CURSOR using getObject PR#809
  • note: there's no 42.1.0.jre6 due to infinity handling bug. Fixed in 42.1.1.jre6

  • fix: infinite dates might be corrupted when transferred in binary for certain JREs. For instance, 5881610-07-11 instead of infinity.

Dave Cramer

pgsql-jdbc by date:

Previous
From: Vladimir Sitnikov
Date:
Subject: [JDBC] [pgjdbc/pgjdbc] 88942b: doc: fix 42.1.0.jre8->jre6 typo
Next
From: Erko Hansar
Date:
Subject: [JDBC] ArrayIndexOutOfBoundsException from ByteConverter.int8 when resolvinggenerated keys