Robert, Lazy me - I have now looked at the links in your post, and there's a description of the limit, it can also be found in the Java documentation:
"A single query containing != or contains() operators is limited to 30 sub-queries." (in: http://code.google.com/appengine/docs/java/datastore/queriesandindexes.html ) The documentation of the ll-API is a bit sparse (only the javadoc available), and there's no mention of such a limit, but it's still a little mystery to me why this limit should apply only for higher level apis... Cheers, Remigius. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
