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

From Kris Jurka
Subject Re: Bug in JDBC-Driver?
Date
Msg-id Pine.BSO.4.56.0411300638040.8244@leary.csoft.net
Whole thread Raw
In response to Re: Bug in JDBC-Driver?  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Bug in JDBC-Driver?
List pgsql-jdbc

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.

> 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

pgsql-jdbc by date:

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