[appengine-java] Re: Problems with JDO Query.setCandidates(Collection)

2009-11-24 Thread Ricky
hi, guys: Is there any update on this issue? I am running into the same problem when I query on candidates: I used the empty list returned from first query as the candidates of the second query, however result of the second query is not empty. On Nov 4, 10:08 pm, datanucleus wrote: > > App Engi

[appengine-java] Re: Problems with JDO Query.setCandidates(Collection)

2009-11-04 Thread datanucleus
> App Engine's DataNucleus plugin doesn't support the setCandidates method Jason/Max, DataNucleus can do all of that for you, I'm sure I've mentioned this before. Here I'll even donate you some code that you can plug into your JDOQLQuery.performExecute() method if (candidateCollection !

[appengine-java] Re: Problems with JDO Query.setCandidates(Collection)

2009-11-03 Thread Jason (Google)
App Engine's DataNucleus plugin doesn't support the setCandidates method for querying a select group of entities -- all queries currently target the full datastore. You're welcome to file a feature request in the datanucleus-appengine issue tracker, but this isn't likely to be prioritized in the ve