<a href="http://jira.jboss.com/jira/browse/JBRULES-627">http://jira.jboss.com/jira/browse/JBRULES-627</a><br><br>OK, this much is clear: <br><br>Foo(field == null) can be true if field is null.<br><br>but, what about Foo(field > 3), and field is null? should that be false? what about Foo(field != 3) - should that be true?
<br><br>in SQL, null will always result in a false condition, unless you explicitly use null.<br><br>Thoughts? <br><br>Michael.<br>