[appengine-java] Re: gae.parent-pk doesnt work in list query

2011-08-12 Thread datanucleus
Invalid JPQL (a Key cannot equal a List). This makes more sense Select c from ChatUser c where c.parentKey IN :parentKey -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-java@goo

[appengine-java] Re: gae.parent-pk doesnt work in list query

2011-08-14 Thread lp
On Aug 12, 7:03 pm, datanucleus wrote: > Invalid JPQL (a Key cannot equal a List). This makes more sense > Select c from ChatUser c where c.parentKey IN :parentKey thanks for the response. however i have the following issues. 1.I am using the query Select c from ChatUser c where c.key =:keyLi

[appengine-java] Re: gae.parent-pk doesnt work in list query

2011-08-14 Thread lp
> 1.I am using the query  Select c from ChatUser c where c.key =:keyList > elsewhere and it is working fine. How can it be working? i now concerned how the above query can work. i assumed it was producing an IN/OR query, hence limited by 30 OR statements. however unit testing in the development en

[appengine-java] Re: gae.parent-pk doesnt work in list query

2011-08-14 Thread lp
>On Aug 12, 7:03 pm, datanucleus wrote: > Invalid JPQL (a Key cannot equal a List). This makes more sense > Select c from ChatUser c where c.parentKey IN :parentKey i tried the IN clause it get the same error. @Basic @Extension(vendorName="datanucleus", key="gae.parent-pk", value = "true")

[appengine-java] Re: gae.parent-pk doesnt work in list query

2011-08-15 Thread datanucleus
> however i have the following issues. > > 1.I am using the query  Select c from ChatUser c where c.key =:keyList > elsewhere and it is working fine. How can it be working? Because Google didn't respect valid JDOQL when they implemented their plugin and allowed nonsense like that query (the syntax

[appengine-java] Re: gae.parent-pk doesnt work in list query

2011-08-15 Thread lp
On Aug 15, 6:09 pm, datanucleus wrote: > > however i have the following issues. > > > 1.I am using the query  Select c from ChatUser c where c.key =:keyList > > elsewhere and it is working fine. How can it be working? > > Because Google didn't respect valid JDOQL when they implemented their > plu

[appengine-java] Re: gae.parent-pk doesnt work in list query

2011-09-14 Thread lp
i raised it as an issue as i am unable to get resolution. http://code.google.com/p/googleappengine/issues/detail?id=5897 vote if u has a similar problem. -lp -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group,