Hi,

I have an application in which an entity bean has a collection of dependent 
objects.  When I ask for one of these dependent objects to be removed, 
Orion generates a SQL command with a WHERE clause which specifies all of 
the columns of the DO.  If some of these columns are null, Orion generates 
WHERE ... COL = NULL ..., which is not valid SQL (should be COL IS 
NULL).  With some databases this causes the remove to fail.

Has anyone else had this problem and found a way to work around it?

Thanks,
NIck


Reply via email to