Hi Hugi;
Yes, it looks like a bug at ASTNot#appendAsEJBQL swapping over to
ASTNot#appendAsString and loosing the root. I can take a look at fixing
that later on today or tomorrow.
I hope you are otherwise enjoying using Cayenne? :)
cheers.
On 23/06/15 07:03, Hugi Thordarson wrote:
Hi all.
Assuming “Device” is a DataObject class containing a property named “username”,
this code:
Device.USERNAME.isNull().toEJBQL( "alias” );
results in: "alias.username is null"
However, if I “not” the expression by doing:
Device.USERNAME.isNotNull().toEJBQL( "alias” );
the result is: "not (username = null)"
I.e., it’s missing the alias and thus the query fails. Isn’t this a bug?
Cheers,
- hugi
// Hugi Thordarson
// http://www.loftfar.is/
// s. 895-6688
--
Andrew Lindesay