Re: Possible bug / regression from generated keys - Mailing list pgsql-jdbc

From Peter Cooner
Subject Re: Possible bug / regression from generated keys
Date
Msg-id CAHVZnpFj3jf7xFK1Fd86N7oVQ_QZ5=3pt97UNA1XitWzZNU3Aw@mail.gmail.com
Whole thread Raw
In response to Re: Possible bug / regression from generated keys  (dmp <danap@ttc-cmc.net>)
List pgsql-jdbc
Bleh, sorry, forgot to mention, the exception line:

Object obj = rs.getObject(i);



On Thu, Nov 8, 2012 at 10:57 AM, dmp <danap@ttc-cmc.net> wrote:
> Ater some thought I'm in agreement with Dave. The backend must be sending
> an unexpected value that can not be converted.
>
> Peter can you please send a post of the core prepare commit code that is
> used to create these batches along with the exact place in your code
> before the PSQLExceptions codes are given. I assume from your original post
> that would include the getGeneratedKeys() that you indicated is the place
> the error occurs for the ResultSet?
>
> A simple test code case to recreate the error would be of course best.
>
> danap.
>
>


pgsql-jdbc by date:

Previous
From: Peter Cooner
Date:
Subject: Re: Possible bug / regression from generated keys
Next
From: Kris Jurka
Date:
Subject: Re: Possible bug / regression from generated keys