[google-appengine] Re: How to solve this problem(just like" in" in sql)

2008-09-22 Thread Marzia Niccolai
Hi, For this query you do not need to use an 'IN' query. The correct query is: db.GqlQuery("SELECT * FROM PDM_InitReportEntity WHERE Users = :1",curentuser) From http://code.google.com/appengine/docs/datastore/typesandpropertyclasses.html#ListProperty: "In a query, comparing a list property to

[google-appengine] Re: How to solve this problem(just like" in" in sql)

2008-09-22 Thread bo . wang
thank you very much! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com To unsubscribe from this group, send email to [EMA