Re: SQLMAP IBATIS insert values from web forms to a money

Поиск
Список
Период
Сортировка
От Paul Thomas
Тема Re: SQLMAP IBATIS insert values from web forms to a money
Дата
Msg-id 20060820211107.M11632@bacon
обсуждение исходный текст
Ответ на Re: SQLMAP IBATIS insert values from web forms to a money  (Emi Lu <emilu@encs.concordia.ca>)
Список pgsql-jdbc
On 14/08/2006 15:06 Emi Lu wrote:
> I tried java.math.BigDeciaml. It does not work for me, I still get the
> exceptions:
> column "salary_amount" is of type money but expression is of type numeric

The PostgreSQL docs clearly state that money is a deprecated type and that
you should use numeric instead. Use a column type of numeric and a Java
type of BigDecimal.

--
Paul Thomas
+------------------------------+-------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for Business           |
| Computer Consultants         | http://www.thomas-micro-systems-ltd.co.uk |
+------------------------------+-------------------------------------------+

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Small problem with special characters
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Small problem with special characters