Re: help with front/backend datatype converting

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

> -----Original Message-----
> From: Oliver Jowett [mailto:oliver@opencloud.com]
> Sent: Tuesday, November 14, 2006 6:06 PM
> To: Do, Leon (Leon)
> Cc: Dave Cramer; imad; pgsql-jdbc@postgresql.org
> Subject: Re: [JDBC] help with front/backend datatype converting
>
> Do, Leon (Leon) wrote:
>
> > I think postgres has a few bugs in this area.    When timezone
doesn't
> > have a semicolon between hour and min, TimestampUtil.java cann't
handle
> > it.   The firstNonDigits method call below returns all four digits
and
> > assigns them to timezone hour variable.
>
> Does the server ever generate timezones like this?
I haven't tested the server side but I know the client generates that
format but it didn't take what it generated.
>
> > And for the second bugs, fractional part of the second (e.g.
> > 14:36:19.213000) seem to be interpreted incorrectly when converting
to
> > Java Date.  213000 would round up as additional 3.52 mins.

>
> Testcase please?
Sorry, this was my mistake when using java SimpleDateFormatter class and
assumed the second fractional part as millisecond instead of nanosecond.

thanks
Leon Do
>
> -O

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

Предыдущее
От: Reuben Pasquini
Дата:
Сообщение: CallableStatement.setTimestamp bug
Следующее
От: Håkan Jacobsson
Дата:
Сообщение: Re: Need help with org.postgresql.util.PSQLException: An I/O error occured while