| From: | Dave Cramer <pg(at)fastcrypt(dot)com> | 
|---|---|
| To: | Tom Smith <tomsmith1989sk(at)gmail(dot)com> | 
| Cc: | Jorge Solórzano <jorsol(at)gmail(dot)com>, List <pgsql-jdbc(at)postgresql(dot)org> | 
| Subject: | Re: JDBC drive 42 release breaks seriously for RETURNING? | 
| Date: | 2017-06-17 20:53:49 | 
| Message-ID: | CADK3HHJRA6Z0Mo5xQtqVmZRjz41xeV5BhYVJnA8rb5n_uim5+w@mail.gmail.com | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-jdbc | 
Certainly not intended. Thanks for the report!
Dave Cramer
davec(at)postgresintl(dot)com
www.postgresintl.com
On 17 June 2017 at 16:40, Tom Smith <tomsmith1989sk(at)gmail(dot)com> wrote:
> Something like below
>
> sqlInsert = "insert into aTable ((select nextval()), "stringdata")
> pstmt connection.prepareStatement(sqlInsert, new String[]{"id"})
> pstmt.executeUpdate()
> resultSet = pstmt.getGeneratedKeys()     --->  resultset  is empty using
> 42 series, but one row returned using 94. series
>
> On Sat, Jun 17, 2017 at 2:58 PM, Jorge Solórzano <jorsol(at)gmail(dot)com> wrote:
>
>> 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
>>>
>>>
>>
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Dave Cramer | 2017-06-17 22:25:38 | Re: JDBC drive 42 release breaks seriously for RETURNING? | 
| Previous Message | Tom Smith | 2017-06-17 20:40:46 | Re: JDBC drive 42 release breaks seriously for RETURNING? |