Re: Bad value for type date - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Bad value for type date
Date
Msg-id 4307A369.8030905@opencloud.com
Whole thread Raw
In response to Re: Bad value for type date  ("Prasanth" <dbadmin@nqadmin.com>)
Responses Re: Bad value for type date  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Prasanth wrote:

> Below if the code with result set to reproduce the problem.

Thanks, I can reproduce it now.

It looks like a bug with updating the ResultSet's internal state after
updating via updateRow(). If you get a fresh copy of the row from the
database, it's fine.

-O

pgsql-jdbc by date:

Previous
From: "Prasanth"
Date:
Subject: Re: Bad value for type date
Next
From: Oliver Jowett
Date:
Subject: Re: Updated high-unicode patch