Re: help with front/backend datatype converting

Поиск
Список
Период
Сортировка
От Do, Leon \(Leon\)
Тема Re: help with front/backend datatype converting
Дата
Msg-id D1EE06BA46B1E4449AF9A4F2FBEE18615E366A@ILEXC2U01.ndc.lucent.com
обсуждение исходный текст
Ответ на Re: help with front/backend datatype converting  (Kris Jurka <books@ejurka.com>)
Ответы Re: help with front/backend datatype converting  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc

> -----Original Message-----
> From: Kris Jurka [mailto:books@ejurka.com]
> Sent: Friday, January 05, 2007 12:18 PM
> To: Do, Leon (Leon)
> Cc: Oliver Jowett; Dave Cramer; imad; pgsql-jdbc@postgresql.org
> Subject: Re: [JDBC] help with front/backend datatype converting
>
>
>
> On Fri, 5 Jan 2007, Do, Leon (Leon) wrote:
>
> > It would be nice if you can add a support for parsing hh:mm
> as well as
> > hhmm to conform to ISO8601.  There are many other uses of
> this class.
> > I sent the changes earlier.
> >
>
> This class is not part of any public API and is intended for
> usage by the driver only.  We have no desire to add or
> maintain code beyond what is necessary for the driver.  You
> are certainly free to copy and reuse this code under the BSD
> license, but you will have to maintain your own code changes
> unless you can demonstrate a usefulness for them within the driver.

Leon-it is actually a bug in the class.  The server could possibly sends
a timezone in 'hhmm' format and the class treats the entire 4 digits as
number of hours which is totally incorrect.  I already provided the
quick fix so it won't take too much effort to put it in the load.  If
you tell me the direction then I can add it in the load so you don't
have to spend extra effort.

>
> Kris Jurka
>

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

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: issues with Statement.getTimestamp(int, Calendar)
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: help with front/backend datatype converting