Search Postgresql Archives

Mapping Java BigDecimal

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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?

I'm using PostgreSQL v. 8.1.18 (default for CentoOS 5.3).
Thank you all

----

Jakub Bednar

--
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux