Re: Hibernate and Postgres 8.3/8.4

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: Hibernate and Postgres 8.3/8.4
Дата
Msg-id 4A8F9CDF.6040601@opencloud.com
обсуждение исходный текст
Ответ на Hibernate and Postgres 8.3/8.4  (Michael Bell <mikebell90@yahoo.com>)
Ответы Re: Hibernate and Postgres 8.3/8.4
Re: Hibernate and Postgres 8.3/8.4
Список pgsql-jdbc
Michael Bell wrote:

> Caused by: org.postgresql.util.PSQLException: ERROR: operator does not exist: smallint = character varying
>   Hint: No operator matches the given name and argument type(s). You might need to add explicit type casts.
>   Position: 628

> The queries in question are all "correct" in that they use query.setXXX, where XXX is a "reasonable" thing like
String,Integer, Long.....nothing fancy... 

Well, from the exception, either Hibernate is doing setString() on a
parameter that is compared to a smallint, or it's doing setShort() on a
parameter that is compared to a varchar type.. so one of the two sides
is wrong.

-O

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

Предыдущее
От: Michael Bell
Дата:
Сообщение: Hibernate and Postgres 8.3/8.4
Следующее
От: Michael Bell
Дата:
Сообщение: Re: Hibernate and Postgres 8.3/8.4