Re: Potential inconsistency in handling of timestamps - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: Potential inconsistency in handling of timestamps
Date
Msg-id Pine.BSO.4.64.0710251840250.18159@leary.csoft.net
Whole thread Raw
In response to Re: Potential inconsistency in handling of timestamps  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc

On Fri, 26 Oct 2007, Oliver Jowett wrote:

> You're right though, null should be caught by TimestampUtils.toTimestamp()
> too.
>
> Back to looking for a testcase?
>

Indeed.  Personally I suspect he doesn't have a timestamp column, but
something textual and is confused over the difference between NULL and ''.
Even without a testcase, the complete error message and stack trace should
include the value he's actualy dealing with and where the driver had
trouble with it.

Kris Jurka

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Potential inconsistency in handling of timestamps
Next
From: Kris Jurka
Date:
Subject: Re: Calling a stored procedure with a custom return type