Re: BUG #4631: Hibernate Restriction bigint~~bigint - Mailing list pgsql-bugs

From Guillaume Smet
Subject Re: BUG #4631: Hibernate Restriction bigint~~bigint
Date
Msg-id 1d4e0c10901271256m5d720bd6v7baecb3182c4fdc7@mail.gmail.com
Whole thread Raw
In response to BUG #4631: Hibernate Restriction bigint~~bigint  ("Hauke Runge" <runge@tembit.de>)
List 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 by date:

Previous
From: "Juan Moreno"
Date:
Subject: BUG #4632: Duplicate
Next
From: "Oleg"
Date:
Subject: BUG #4633: Bug in PL/PgSQL "SELECT .. INTO" statement parser