Re: java.sql.SQLException: Bad Timestamp Format at 19 in 2000-06-14 15:48:18.80-04 - Mailing list pgsql-interfaces

From Jim Caley
Subject Re: java.sql.SQLException: Bad Timestamp Format at 19 in 2000-06-14 15:48:18.80-04
Date
Msg-id 394A2599.76380445@chesco.com
Whole thread Raw
In response to java.sql.SQLException: Bad Timestamp Format at 19 in 2000-06-14 15:48:18.80-04  (John Thorhauer <jthorhauer@phoenixcolor.com>)
List pgsql-interfaces
Hi John,

We've been discussing this very issue on this mailing list over the past
couple of days.  If you go to
http://www.postgresql.org/mhonarc/pgsql-interfaces/2000-06/threads.html
and search the page for "Timestamps" you'll see the thread (actually, I
just checked, and at the moment the thread is right at the top of the
page).  The first message in the thread includes a patch that's been
working for me.

HTH

Regards,
Jim
--

John Thorhauer wrote:
> 
> I am using postgres 7.0 and and jdbc driver ver 7.0 on linux and am
> getting the following error:
> 
> Exception: java.sql.SQLException: Bad Timestamp Format at 19 in
> 2000-06-14 15:48:18.80-04
> 
> If I edit my the timestamp field in my table and change the data from
> '2000-06-14 10:04:47.13-04' to '2000-06-14 10:04:47'  everything seems
> to work fine.
> 
> I tried using the 6.5-1.2 jdbc and got the same result.
> Can anyone help me with this?
> 
> Thanks,
> John Thorhauer
> --
> ********************************
> ** John Thorhauer
> ** Web Developer
> ** Phoenix Color Corp.
> ** jthorhauer@phoenixcolor.com
> ********************************


pgsql-interfaces by date:

Previous
From: John Thorhauer
Date:
Subject: java.sql.SQLException: Bad Timestamp Format at 19 in 2000-06-14 15:48:18.80-04
Next
From: Nissim
Date:
Subject: [PATCH] Datatype of OID should be VARBINARY, not INT