Re: [Geotools-devel] nulls in binary comparison operators

2006-11-28 Thread Jody Garnett
Andrea Aime wrote: > Justin Deoliveira ha scritto: > >> Hi all, >> >> I have run into a situation I am not sure how to solve. What happens >> when a binary operator runs into a null value. Right now the null value >> gets converted to the string "null" and the comparison proceeds, this >> leads

Re: [Geotools-devel] nulls in binary comparison operators

2006-11-28 Thread Andrea Aime
Justin Deoliveira ha scritto: > Hi all, > > I have run into a situation I am not sure how to solve. What happens > when a binary operator runs into a null value. Right now the null value > gets converted to the string "null" and the comparison proceeds, this > leads to strange results. > > So wha

Re: [Geotools-devel] nulls in binary comparison operators

2006-11-27 Thread Jody Garnett
Justin Deoliveira wrote: > Hi all, > > I have run into a situation I am not sure how to solve. What happens > when a binary operator runs into a null value. Right now the null value > gets converted to the string "null" and the comparison proceeds, this > leads to strange results. > > So what is on