Re: 9.4.1210 release

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: 9.4.1210 release
Date: 2016-09-07 09:09:38
Message-ID: CAB=Je-FzuqwDXLTT62VfzvTUhR4QTfLjmw2D5QfgaykDkhW7nw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I've pushed pgjdbc 9.4.1210 to Maven Central.
The release includes 33 changes from 8 contributors.

Hopefully Dave will update jdbc.postgresq.orgl later (there's a minor
update left: https://github.com/pgjdbc/www/pull/28 ).

Notable changes for 9.4.1210 are:
* Better support for RETURN_GENERATED_KEYS, statements with RETURNING clause
* Avoid user-visible prepared-statement errors if client uses
DEALLOCATE/DISCARD statements (invalidate cache when those statements
detected)
* Avoid user-visible prepared-statement errors if client changes
search_path (invalidate cache when set search_path detected)
* Support comments when replacing {fn ...} JDBC syntax
* Support for Types.REF_CURSOR

Vladimir

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Victor Wagner 2016-09-07 13:56:34 Re: Patch: Implement failover on libpq connect level.
Previous Message Victor Wagner 2016-09-06 05:03:49 Re: Patch: Implement failover on libpq connect level.