[google-appengine] Re: NeedIndexError, but index is in index.yaml file

2008-09-21 Thread Alexander Kojevnikov
Star this issue: http://code.google.com/p/googleappengine/issues/detail?id=423 On Sep 22, 1:50 am, djidjadji <[EMAIL PROTECTED]> wrote: > I have a BarB object that is the parent of a couple of FooA objects. > I want to find all the FooA objects that have a certain parent and > that have an "myID

[google-appengine] Re: NeedIndexError, but index is in index.yaml file

2008-09-22 Thread Marzia Niccolai
Hi, >From the description, it seems as though Alexander is correct, and you are experiencing the below issue. However, if you would like to reply directly to me with the App Id, I can look in to it and verify if it is this or something else may be happening. Thanks, Marzia On Sun, Sep 21, 2008

[google-appengine] Re: NeedIndexError, but index is in index.yaml file

2008-09-22 Thread djidjadji
Hi Marzia, Yes Alexander is correct. I have read the issue and have exact the same problem. In my index.yaml file there is also the following entry as the first index, placed by devappserver.py. === - kind: FooA ancestor: yes === This is because in some c

[google-appengine] Re: NeedIndexError, but index is in index.yaml file

2008-09-22 Thread Alexander Kojevnikov
Marzia, Can we expect this to be fixed any time soon? This bug is very annoying. As mentioned by djidjadji, workarounds can be very resource- intensive. Usage of indices (vs manual filtering) is encouraged in the docs, but this bug makes it impossible with a very obscure error message. Thanks! A