Re: Two bugs found (and patch included) - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: Two bugs found (and patch included)
Date
Msg-id 21121.1106085532@sss.pgh.pa.us
Whole thread Raw
In response to Re: Two bugs found (and patch included)  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
Oliver Jowett <oliver@opencloud.com> writes:
> While testing this patch I noticed we have existing date-related
> regression failures (not related to the patch) against 7.2.x:

>> [junit] Testcase: testSetTimestampWTZ(org.postgresql.test.jdbc2.TimestampTest):     Caused an ERROR
>> [junit] ERROR:  Bad timestamp external representation '2000-02-08 04:00:00.120000+1300'

I believe this is a server bug, not JDBC's fault.  The timestamp code
rejected +1300 as an invalid timezone until not too long ago.  It is
valid though...

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Two bugs found (and patch included)
Next
From: Oliver Jowett
Date:
Subject: Re: 8.0 drivers released.