Re: Potential inconsistency in handling of timestamps

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Vaibhav Nivargi <vaibhav(dot)nivargi(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Potential inconsistency in handling of timestamps
Date: 2007-10-25 22:23:29
Message-ID: 47211761.4080207@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Oliver Jowett wrote:

> Null values should in theory get handled and returned well before
> TimestampUtils ever gets invoked (see
> AbstractJdbc2ResultSet.getTimestamp()). Can you supply a testcase
> demonstrating the problem?

Actually, it looks like this was fixed in AbstractJdbc2ResultSet r1.95
(I was looking at CVS HEAD) but not on the 8.2 branch.

Try the 8.3-dev driver or a CVS build?

-O

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-10-25 22:30:51 Re: Potential inconsistency in handling of timestamps
Previous Message Oliver Jowett 2007-10-25 22:18:32 Re: Potential inconsistency in handling of timestamps