RE: IsNotEqual

2005-08-30 Thread Niels Beekman
: dinsdag 30 augustus 2005 13:57 To: user-java@ibatis.apache.org Subject: IsNotEqual I'm trying to execute select * from table test = #test# The thing is if the test property in the object does have value set to -1, the IsNotEqual is appended to the SQL

IsNotEqual

2005-08-30 Thread Eugeny N Dzhurinsky
I'm trying to execute select * from table test = #test# The thing is if the test property in the object does have value set to -1, the IsNotEqual is appended to the SQL query for some reason. The test property is declared as "int&qu