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 one to do. I can think of a couple of options: 1. throw an exception 2. evaluate the filter to false 2 makes sense in some cases, like PropertyIsEqualTo, but not really in others like PropertyIsLessThan. Anyone else have any thoughts? -Justin -- Justin Deoliveira [EMAIL PROTECTED] The Open Planning Project http://topp.openplans.org ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Geotools-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-devel
