Latest Driver released 42.1.1

From: Dave Cramer <davecramer(at)gmail(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Latest Driver released 42.1.1
Date: 2017-05-06 17:19:56
Message-ID: CADK3HH+1YPO_L68zz7E-4qyh6ntjzWYOkHWD+1XN-J16mpRKug@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 <https://github.com/pgjdbc/pgjdbc/pull/802>
- fix: calculation of lastReceiveLSN for logical replication PR#801
<https://github.com/pgjdbc/pgjdbc/pull/801>
- fix: make sure org.postgresql.Driver is loaded when accessing though
DataSource interface #768 <https://github.com/pgjdbc/pgjdbc/issues/768>
- feat: support fetching a REF_CURSOR using getObject PR#809
<https://github.com/pgjdbc/pgjdbc/pull/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

Browse pgsql-jdbc by date

  From Date Subject
Next Message Erko Hansar 2017-05-10 07:39:10 ArrayIndexOutOfBoundsException from ByteConverter.int8 when resolving generated keys
Previous Message Vladimir Sitnikov 2017-05-06 08:51:41 [pgjdbc/pgjdbc] 88942b: doc: fix 42.1.0.jre8->jre6 typo