On Jan 13, 2010, at 4:41 PM, Kevin Menard wrote:
Andrey mentioned he knew what the error in postgres is. IIRC it was a caseof "= NULL" being used instead of "IS NULL" on an EJBQL expression.. -- Kevin
True, but since Cayenne expressions do support "= NULL", it sort of made sense to make it consistent (especially now that we don't strive for JPA compliance). Olga was going to commit a patch for that.
Andrus
