Re: Bug in JDBC-Driver? - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Bug in JDBC-Driver?
Date
Msg-id 41AC65A0.4070503@fastcrypt.com
Whole thread Raw
In response to Re: Bug in JDBC-Driver?  (Kris Jurka <books@ejurka.com>)
Responses Re: Bug in JDBC-Driver?
List pgsql-jdbc

Kris Jurka wrote:

>On Tue, 30 Nov 2004, Dave Cramer wrote:
>
>
>
>>Seems to me we would have the same issues wth Date without time zone, no?
>>
>>
>
>dates do not have timezones, but we do have time with and without time
>zone that is undoubtedly affected by this same problem.
>
>
>
>>Since timestamp without timezone is a postgresql extension
>>
>>
>
>This is not true.
>
>
Well, one of them must be an extension so it is timestampz ?

>
>
>>This would also solve the issue with interval, as currently the driver
>>doesn't handle interval (AFAIK)
>>
>>
>>
>
>Interval is handled by
>
>setObject(new org.postgresql.util.PGInterval("1 day"))
>
>
>Kris Jurka
>
>
>
>

--
Dave Cramer
http://www.postgresintl.com
519 939 0336
ICQ#14675561


pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Bug in JDBC-Driver?
Next
From: VIDAL Cedric
Date:
Subject: Re: Need a performance tip - Statement pooling for server