Re: 9.4.1211 release? - Mailing list pgsql-jdbc

From Vladimir Sitnikov
Subject Re: 9.4.1211 release?
Date
Msg-id CAB=Je-G5+B2Wv_jiC79qGPdMHZp+dfXaRBKsP=1GS1c-6rvPNA@mail.gmail.com
Whole thread Raw
In response to 9.4.1211 release?  (Pavel Raiskup <praiskup@redhat.com>)
List pgsql-jdbc
Pavel> Hi, github offers me 9.4.1211 release, but I haven't seen announement.  Can I
Pavel> consider this to be supported tarball?

9.4.1211 has indeed been released yesterday with a couple of changes:
* fixed json type regression (the bug first appeared in 9.4.1210)
* 'current transaction is aborted' exception includes the original exception via caused-by chain

There's however a yet another regression since 9.4.1210: non-prepared statements replace ? via $1, so
queries that use ? kind of operators are affected (see https://github.com/pgjdbc/pgjdbc/issues/643 )

I suggest to schedule 9.4.1212 soon.

Vladimir

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: 9.4.1211 release?
Next
From: Prasad Varakur
Date:
Subject: reg license implications in implementing/using the JDBC spec