Re: JDBC drive 42 release breaks seriously for RETURNING?

From: Jorge Solórzano <jorsol(at)gmail(dot)com>
To: Tom Smith <tomsmith1989sk(at)gmail(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: JDBC drive 42 release breaks seriously for RETURNING?
Date: 2017-06-17 18:58:40
Message-ID: CA+cVU8OMS_48cEW1VtO78YEtUvmtuzifuafqOTHYcYNT_aXJVg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello Tom:

Could you please provide an example code that reproduce the issue?

Jorge Solórzano

On Sat, Jun 17, 2017 at 10:38 AM, Tom Smith <tomsmith1989sk(at)gmail(dot)com>
wrote:

> Hello:
>
>
> I have a working call using
>
> connection.prepareStatement(sqlInsert, generatedIds)
>
> and get the expected resultset after insertion using 9.4 series driver.
> I just upgraded to 42 series latest, it is not getting the resultset
> anymore.
>
> I downgraded to 9.4 drive and it worked again. It is a bit shocking.
> Is it a bug or change?
>
> Thanks
>
>

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Smith 2017-06-17 20:40:46 Re: JDBC drive 42 release breaks seriously for RETURNING?
Previous Message Tom Smith 2017-06-17 16:38:07 JDBC drive 42 release breaks seriously for RETURNING?