So it's actually a bug in the python implementation of Query/GqlQuery ? At the end of the day I was in need of the IN operator, that under the hood split the query anyway, so there is not much difference in doing it in code... I just could save some loops, maybe, and for sure some headaches :)
PS: Java is my most love/hate language and I definitely don't own it :( On 27 January 2011 11:42, Stephen Johnson <[email protected]> wrote: > Not sure how it does it under the hood so to speak, but JDO allows this. +1 > for Java :) > > On Wed, Jan 26, 2011 at 5:30 PM, Cesare Montresor > <[email protected]> wrote: >> >> Hi Shinichi, >> good to know that I'm not the only one that noticed and though "lol, >> why??" :) >> >> Cheers >> >> On 27 January 2011 11:18, Shinichi Nakanishi <[email protected]> wrote: >> > Issue 2018: keys_only queries improvement: >> > http://code.google.com/p/googleappengine/issues/detail?id=2018 >> > >> > On Wed, Jan 26, 2011 at 16:12, Stephen Johnson <[email protected]> >> > wrote: >> >> Keys only queries do not support IN or != filters. >> > >> > -- >> > 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. >> > >> > >> >> -- >> 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. >> > > -- > 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. > -- 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.
