Re: Bug in JDBC-Driver?

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Kris Jurka <books(at)ejurka(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 12:20:48
Message-ID: 41AC65A0.4070503@fastcrypt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message VIDAL Cedric 2004-11-30 15:51:42 Re: Need a performance tip - Statement pooling for server
Previous Message Kris Jurka 2004-11-30 11:41:32 Re: Bug in JDBC-Driver?