[google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2012-03-10 Thread BigMouth Li
Ikai Lan於 2012年2月7日星期二UTC+8上午10時14分54秒寫道: > > *Hi App Engine Developers, > > In the last few years, the Q&A website Stack > Overflowhas become an invaluable tool for > developer communities. We’re pleased to > announce that we are migrating to Stack Overflow as t

[google-appengine] How can I edit Entity by query use key.id?

2009-01-11 Thread BigMouth Li
Hi: In PHP: get the id like http://...?id=2,and: mysql_query(update Note set coulm='value' where id='$_GET[id]') In Google app engine: step 1: id=int(self.request.get('id')) #get ID step 2: (does not work!) - query = db.GqlQuery("SELECT * FROM