Re: Mapping Java BigDecimal

Поиск
Список
Период
Сортировка
Искать
От
Lew
Тема
Re: Mapping Java BigDecimal
Дата
Msg-id
hjfelt$ke8$1@news.albasani.net
Ответ на
Mapping Java BigDecimal (Jakub Bednář)
Список
Дерево обсуждения
Mapping Java BigDecimal Jakub Bednář <jakub.bednar@b2bcentrum.cz>
Re: Mapping Java BigDecimal Lew <noone@lwsc.ehost-services.com>
Jakub Bednář wrote:
> Hi All,
> 
> We decide add support PostgreSQL database (now supporting only Oracle 
> database) to our product.
> 
> In Oracle we mapping Java BigDecimal to number(19, 2), in PostgreSQL to 
> numeric(19, 2).
> 
> If I store to "BigDecimal column" number without decimal, e.g. "3", than 
> Oracle JDBC driver return "3", but PostgreSQL JDBC driver return "3.00".
> 
> Is there some way (mapping, server setup,...) how reach return number 
> without trailing zeroes on decimal position?

There's no difference between those two values in Java's BigDecimal.

Are you saying that the 'scale' of the returned values differs between the 
JDBC for Oracle and that for PG?

-- 
Lew
В списке pgsql-general по дате отправления
От: Greg Smith
Дата:
От: Dimitri Fontaine
Дата:
FAQ