Re: Money type mapping to backend

Поиск
Список
Период
Сортировка
От Thomas G. Lockhart
Тема Re: Money type mapping to backend
Дата
Msg-id 36963179.A6E79098@alumni.caltech.edu
обсуждение исходный текст
Ответ на Re: Money type mapping to backend  (Byron Nikolaidis <byronn@insightdist.com>)
Ответы Re: Money type mapping to backend  ("Bill Hutto" <bill@hammondgroves.com>)
Список pgsql-interfaces
> Hey, guess what, I was testing the whole time under Postgres 6.3 and
> it does not require the quotes around money type!
> Only postgres 6.4 requires the quotes!
> That seems kind of weird.  Anyone got any comments?

That is a result of the "improvements" to the type coersion and
conversion I made for v6.4. The money type never had a full set of
explicit conversion functions to and from other types, but the old type
coersion/conversion scheme, which could only handle constants, would
brute-force convert the input value to a string and then try shoving it
through the target type input routine.

The new scheme can work with constants, columns, and expressions, but
there appears to be a hole in the available conversion functions for the
money type.

otoh, with the NUMERIC() and DECIMAL() types implemented by Jan, the
money type is completely and absolutely obsolete in the next release
afaik. Once we get these new types working on all platforms (I've got
troubles on my linux box; anyone else have success on non-BSD machines?)
we can think about a migration/compatibility strategy...

                   - Tom

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

Предыдущее
От: Byron Nikolaidis
Дата:
Сообщение: Re: Money type mapping to backend
Следующее
От: JP Rosevear
Дата:
Сообщение: Kaffe 1.0b3 Solved yet?