Re: GetValue(), floats, and locales

Поиск
Список
Период
Сортировка
От Jeroen T. Vermeulen
Тема Re: GetValue(), floats, and locales
Дата
Msg-id 20030507164025.GG48885@xs4all.nl
обсуждение исходный текст
Ответ на Re: GetValue(), floats, and locales  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: GetValue(), floats, and locales  ("Jeroen T. Vermeulen" <jtv@xs4all.nl>)
Список pgsql-interfaces
On Wed, May 07, 2003 at 12:19:02PM -0400, Tom Lane wrote:
> 
> The server should always ship floats in "standard" representation.
> AFAIK the only way to use localized numeric representations is to
> write to_char() and to_number() calls (or use the money datatype).
> If you can show us a case where plain float display does the other,
> it's a bug.

I personally can't show you anything except a bug report from my user,
but I'll encourage him to post it here.  He complains that libpqxx can't
read the fraction part of a floating-point number, which boils down to a
sscanf(GetValue(c,x,y), "%f", &f) always returning f as an integral 
value.

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...


Jeroen



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: GetValue(), floats, and locales
Следующее
От: s0229007
Дата:
Сообщение: inserting large object with attribute by through libpq