Re: Bug when retrieving money datatype. - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Bug when retrieving money datatype.
Date
Msg-id CA+0W9LOVh4JK1OLYqymtUFJ7Dxa5UTQv_v4g6-gswud12MrvAA@mail.gmail.com
Whole thread Raw
In response to Bug when retrieving money datatype.  (Thomas Kellerer <spam_eater@gmx.net>)
Responses Re: Bug when retrieving money datatype.
List 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 by date:

Previous
From: Thomas Kellerer
Date:
Subject: Bug when retrieving money datatype.
Next
From: bht@actrix.gen.nz
Date:
Subject: Bug: Cannot pass null in Parameter in Query for ISNULL