Re: GetValue(), floats, and locales

From: "Jeroen T(dot) Vermeulen" <jtv(at)xs4all(dot)nl>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-interfaces(at)postgresql(dot)org
Subject: Re: GetValue(), floats, and locales
Date: 2003-05-07 19:03:44
Message-ID: 20030507190344.GH48885@xs4all.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Wed, May 07, 2003 at 06:40:25PM +0200, Jeroen T. Vermeulen wrote:
>
> Of course it's also possible that there's a bug in his display code or
> that I'm missing something very, very important. Time to add some FP
> test cases...

Turned out to be a problem in communication: GetValue() doesn't heed
locales (which is good and proper), but my sscanf() does and that's where
the problem lies.

Jeroen

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message sankar 2003-05-07 21:46:10 Using one connection object.
Previous Message s0229007 2003-05-07 17:17:30 inserting large object with attribute by through libpq