Matching types

Поиск
Список
Период
Сортировка
От Vicente Alabau Gonzalvo
Тема Matching types
Дата
Msg-id 3E3E21BF.4000906@capgemini.es
обсуждение исходный текст
Ответы Re: Matching types
Список pgsql-jdbc
Does anybody know how to get BigDecimal from numeric and how to put
BigDecimal to numeric using jdbc?
The first thing seems to work automaticaly.
BigDecimal seems to be converted into double precision when put in a
query. Then it can't be compared with a numeric value.

ERROR:  Unable to identify an operator '=' for types 'numeric' and
'double precision'
  You will have to retype this query using an explicit cast

Can it be done without doing an explicit cast?

Thanks in advance.


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

Предыдущее
От: shk@linuxbr.com.br
Дата:
Сообщение: possible character accent bug on pgjdbc73
Следующее
От: "Hale Pringle"
Дата:
Сообщение: Re: Project criteria