Re: need to update TimestampUtils code

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: need to update TimestampUtils code
Дата
Msg-id Pine.BSO.4.64.0701041632140.20273@leary2.csoft.net
обсуждение исходный текст
Ответ на Re: need to update TimestampUtils code  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc

On Thu, 4 Jan 2007, Dave Cramer wrote:

> Does the server ever send us hhmm without a colon ?
>
> Or what is the use case for this.

There was previous discussion of this in November and for the purposes of
updatable ResultSets it is important that we can parse what we generate.
The solution Oliver suggested (which makes more sense to me than this) is
to adjust our timestamp generation code to always include a colon.

Kris Jurka

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: need to update TimestampUtils code
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: issues with Statement.getTimestamp(int, Calendar)