Re: Bug in JDBC-Driver?

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: Bug in JDBC-Driver?
Дата
Msg-id 41AC65A0.4070503@fastcrypt.com
обсуждение исходный текст
Ответ на Re: Bug in JDBC-Driver?  (Kris Jurka <books@ejurka.com>)
Ответы Re: Bug in JDBC-Driver?
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Bug in JDBC-Driver?
Следующее
От: VIDAL Cedric
Дата:
Сообщение: Re: Need a performance tip - Statement pooling for server