Thank you Christian!. It's working now! :)
On Tuesday, May 7, 2013 12:35:51 AM UTC+2, Christian Foster Howes wrote:
>
> to get a GAE projection query you have to specify projection=True in your
> query:
>
> db(db.auth_user.id==user_role.user_id).select(db.auth_user.first_name,
> projection=True)
to get a GAE projection query you have to specify projection=True in your
query:
db(db.auth_user.id==user_role.user_id).select(db.auth_user.first_name,
projection=True)
why? well, for backwards compatibility reasons. prior to projection
queries being supported on GAE the default behavior was
2 matches
Mail list logo