Thanks for the feedback Christian.

It seems to be this that causes the problem on GAE but works on sqlite:

    students = cache.ram('students',
                        lambda:db(db.student.id>0).select(db.student.id, 
                            db.student.family_name,
                            ...
                            db.student.student_age),
                        3600)

Any ideas?

Thanks,
Andy

>
>>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to