> That is incorrect. You can specify a filter using the == with a single value > and a list or set such as
You mean AppEngine allows you to; this doesn't mean it is correct to do that. JDOQL prohibits it (see the spec). JDOQL follows Java, and the syntax Matthew gave is the valid one, not this. If you want your query to work reliably with any future version you ought to use Collection.contains() syntax. -- 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-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.