Re: Problems with infinity

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Siegmar <o(dot)siegmar(at)vitrado(dot)de>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Problems with infinity
Date: 2005-01-15 06:17:58
Message-ID: Pine.BSO.4.56.0501150111490.1098@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, 14 Jan 2005, Oliver Siegmar wrote:

> Will there be new 8.0 beta drivers with my patches included, soon?
>

I'm planning on putting out the official release sometime this weekend,
but I don't think your patch(es) are quite ready yet. As I mentioned on
the original one, returning LONG.MAX_VALUE based data for getDate and
getTime is not a valid thing to do. So that should be removed. With that
gone it will break the tests you sent in, so those will need to get
updated. I was also thinking about getTimestamp(int, Calendar). I think
this also neeeds some special casing for the infinite value otherwise you
could wraparound the long value's range when adjusting the timezone.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Rashmi 2005-01-15 06:56:02 Problem : Japanese Character Support
Previous Message Tom Lane 2005-01-15 01:46:47 Re: JDBC release schedule?