ECPG patch: get descriptor did not use "C" locale while parsing data

From: Christof Petig <christof(at)petig-baender(dot)de>
To: Interfaces <pgsql-interfaces(at)postgresql(dot)org>, Michael Meskes <meskes(at)postgresql(dot)org>
Subject: ECPG patch: get descriptor did not use "C" locale while parsing data
Date: 2002-01-23 15:33:42
Message-ID: 3C4ED7D6.4000209@petig-baender.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Hi Michael,

The bug description is quite simple try to use get descriptor on a float
variable while LC_NUMERIC=de is active ... you get incorrectly formatted
float value.

Please apply the fix.

Yours
Christof

Attachment Content-Type Size
locale.patch.gz application/gzip 537 bytes

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christof Petig 2002-01-23 15:36:04 Re: ECPG patch: get descriptor did not use "C" locale while parsing data
Previous Message Bernhard Herzog 2002-01-22 16:06:41 Re: non-blocking connections in libpq, fix proposal