Re: strange JDBC error

From: Tim Howe <vsync(at)wego(dot)com>
To: pgsql-general(at)postgresql(dot)org
Cc: engineers(at)wego(dot)com
Subject: Re: strange JDBC error
Date: 2000-07-21 03:27:45
Message-ID: 8766q0jh72.fsf@chilidog.i.wego.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tim Howe <vsync(at)wego(dot)com> writes:

> I'm getting some bizarre JDBC errors. I just started at a new job and
> my colleagues are all using the PostgreSQL RPMs, but I compiled it
> from source. I am the only one getting this error, and I would really
> like to figure it out... =)
>
> [20/07/2000 17:05:39:989 PDT] *** WGException thrown: Error querying membership for group 1 and user 1: Bad Timestamp Format at 0 in 2000-07-19 17:55:50.59-07

Never mind, I figured it out. Apparently PostgreSQL itself was
updated to support 100ths of a second in timestamps, but the JDBC
driver was not. I updated and tested the driver, and it seems to work
fine now. Patch attached.

--
Tim Howe
Associate Software Engineer
Wego Inc. -- wego.com

Attachment Content-Type Size
timestamp.diff text/x-patch 2.6 KB

In response to

Browse pgsql-general by date

  From Date Subject
Next Message anuj 2000-07-21 04:31:19 RE: Return PGresult
Previous Message Tim Howe 2000-07-21 00:35:41 strange JDBC error