Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.0, 5.1
Description
When using Criterion and want to use ISNULL (and maybe also applicable to ISNOTNULL)
Criterion criterion1 = new Criterion(ID, Criteria.ISNULL);
The generated Code adds an equal-sign (=). In a Criteria this is not the case.