Re: SELECT containing NULL

2008-07-28 Thread nullptr rejected
ty2# > > > > Christian > > -- > *From:* nullptr rejected [mailto:[EMAIL PROTECTED] > *Sent:* Monday, July 28, 2008 2:44 PM > *To:* user-java@ibatis.apache.org > *Subject:* SELECT containing NULL > > I am not getting the expecte

RE: SELECT containing NULL

2008-07-28 Thread Poitras Christian
AND Column2 = #property2# Christian From: nullptr rejected [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2008 2:44 PM To: user-java@ibatis.apache.org Subject: SELECT containing NULL I am not getting the expected results when executing a select statement con

SELECT containing NULL

2008-07-28 Thread nullptr rejected
I am not getting the expected results when executing a select statement containing null values. I have the following example: SELECT ColumnUID WHERE Column1 = #property1# AND Column2 = #property2# In java: class RecordItem { private String property1; private String property2; ...