[google-appengine] Re: Unsupported type in GQL query with IN clause

2009-01-12 Thread Paul
Am i doing something crazy or should i report this as a bug? On Jan 9, 6:45 pm, Paul pwid...@gmail.com wrote: I have a GQL query that works fine when theres only one Merchant Entity, but fails as below when theres more than 1, any ideas? merchantList= [e.key() for e in

[google-appengine] Re: Unsupported type in GQL query with IN clause

2009-01-12 Thread Marzia Niccolai
Hi, What is the model definition for Item? -Marzia On Mon, Jan 12, 2009 at 2:58 PM, Paul pwid...@gmail.com wrote: Am i doing something crazy or should i report this as a bug? On Jan 9, 6:45 pm, Paul pwid...@gmail.com wrote: I have a GQL query that works fine when theres only one Merchant

[google-appengine] Re: Unsupported type in GQL query with IN clause

2009-01-12 Thread Paul
Hi Marzia, heres everything i could think of that might be relevent: [Edit Item - ImgItem]: ImgItem.gql('WHERE style = :style and merchant in :merchants ORDER BY __key__',style=theStyle,merchants=merchantList) class Item(BaseModel): name = db.StringProperty() cumulative_avg =