On Fri, Oct 11, 2013 at 3:18 AM, srk <[email protected]> wrote:
> Can you please give an update when app engine will start supporting > servets 3.0. I am desperately looking for it. I would be grateful if > someone could provide me an approximate date > Is there a particular component of the Servlet 3.0 spec that you need? Depending on your needs, there may be an equivalent or an alternative possibility on App Engine. On Fri, Oct 11, 2013 at 3:18 AM, srk <[email protected]> wrote: > when gae will start returning query cursors for IN operators. I have > posted the limitation below that is mentioned in an app engine doc. Because > the NOT_EQUAL and IN operators are implemented with multiple queries, > queries that use them do not support cursors, nor do composite queries > constructed with the CompositeFilterOperator.or method > You'll probably be waiting for some time on this feature request. As the documentation notes, IN and NOT_EQUAL queries actually execute multiple queries against the data store, which makes it difficult for cursors to keep track of the current query position. You may want to consider alternative options, such as Cloud SQL. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
