Re: BUG #4631: Hibernate Restriction bigint~~bigint

Поиск
Список
Период
Сортировка
От Guillaume Smet
Тема Re: BUG #4631: Hibernate Restriction bigint~~bigint
Дата
Msg-id 1d4e0c10901271256m5d720bd6v7baecb3182c4fdc7@mail.gmail.com
обсуждение исходный текст
Ответ на BUG #4631: Hibernate Restriction bigint~~bigint  ("Hauke Runge" <runge@tembit.de>)
Список pgsql-bugs
On Tue, Jan 27, 2009 at 4:20 PM, Hauke Runge <runge@tembit.de> wrote:
> this was working very well. Changing to postgreSql 8.3 we got the following
> error:
> ERROR: operator does not exist: bigint ~~ bigint
>
> we changed the jdbc driver to the latest jdbc3 driver - but the error was
> the same.
>
>
> I think, this could be a bug.

You should use Restrictions.eq().

--
Guillaume

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

Предыдущее
От: "Juan Moreno"
Дата:
Сообщение: BUG #4632: Duplicate
Следующее
От: "Oleg"
Дата:
Сообщение: BUG #4633: Bug in PL/PgSQL "SELECT .. INTO" statement parser