Re: Bug in JDBC-Driver?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Antje(dot)Stejskal(at)ppi(dot)de, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bug in JDBC-Driver?
Date: 2004-11-30 11:41:32
Message-ID: Pine.BSO.4.56.0411300638040.8244@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2004-11-30 12:20:48 Re: Bug in JDBC-Driver?
Previous Message Kris Jurka 2004-11-30 11:37:14 Re: Need a performance tip - Statement pooling for server