appydev Mon, 29 Nov 2010 19:38:48 -0800
Greetings Is there any way to do something like this in GAE?
rows = db (auth.accessible_query ('read', db.mytable)). select (db.mytable.ALL) Thanks