Re: Bug when retrieving money datatype.

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Thomas Kellerer <spam_eater(at)gmx(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Bug when retrieving money datatype.
Date: 2011-11-29 21:51:00
Message-ID: CA+0W9LOVh4JK1OLYqymtUFJ7Dxa5UTQv_v4g6-gswud12MrvAA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 30 November 2011 10:36, Thomas Kellerer <spam_eater(at)gmx(dot)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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message bht 2011-11-30 06:51:59 Bug: Cannot pass null in Parameter in Query for ISNULL
Previous Message Thomas Kellerer 2011-11-29 21:36:37 Bug when retrieving money datatype.