Re: Bug when retrieving money datatype.

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Bug when retrieving money datatype.
Дата
Msg-id CA+0W9LOVh4JK1OLYqymtUFJ7Dxa5UTQv_v4g6-gswud12MrvAA@mail.gmail.com
обсуждение исходный текст
Ответ на Bug when retrieving money datatype.  (Thomas Kellerer <spam_eater@gmx.net>)
Ответы Re: Bug when retrieving money datatype.  (Mikko Tiihonen <mikko.tiihonen@nitorcreations.com>)
Список pgsql-jdbc
On 30 November 2011 10:36, Thomas Kellerer <spam_eater@gmx.net> wrote:

> Bad value for type double : €100,00

Looks like an internationalization problem - the code that handles
parsing money values isn't expecting a euro sign, just a dollar sign.
Is there a standard way to correctly interpret money values formatted
by the server when the client's locale might be different to the
server's?

Oliver

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

Предыдущее
От: Thomas Kellerer
Дата:
Сообщение: Bug when retrieving money datatype.
Следующее
От: bht@actrix.gen.nz
Дата:
Сообщение: Bug: Cannot pass null in Parameter in Query for ISNULL