Currently, SqlExpression throws an exception if the criteria
is null. I have a patch that allows the null critera. I need
it so I can handle null values in select, inserts and updates (e.g.):
Criteria c = new Criteria();
c.add(BOPeer.Name, null);
If there's no objection, I would like to commit the patch asap.
thanks
mike
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]