Re: work in progress: timestamp patch

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: work in progress: timestamp patch
Дата
Msg-id 42E60F18.4010807@opencloud.com
обсуждение исходный текст
Ответ на Re: work in progress: timestamp patch  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: work in progress: timestamp patch  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Dave Cramer wrote:
>
> On 26-Jul-05, at 1:23 AM, Oliver Jowett wrote:
>
>> I looked at this and the current code is certainly wrong. The timezone
>> offset of a Timestamp (deprecated method!) returns the offset of the
>> JVM's default timezone always. We should indeed be passing the target
>> calendar and using that.
>>
>> I've added that change to my patch. Interestingly none of the  regression
>> tests fail with it changed; we're very short on tests that actually  test
>> the with-Calendar code..
>
> Well, I actually think this little change is more of the problem than
> anything else.

I don't understand what you mean -- are you saying we shouldn't change this?

> Did you manage to cobble together a patch for me to test ?

I'll send you a current snapshot in an hour or so. I got sidetracked
into trying to work out the semantics of getDate() and getTime() on a
timestamptz, still haven't found an entirely satisfactory solution..

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: work in progress: timestamp patch
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: getObject() returns integer instead of LargeObject