[web2py] Re: compute field with list:reference

2011-03-23 Thread goutham v
the fix worked thanks massimo. and I am using Version 1.93.2 (2011-03-04 23:48:59)

[web2py] compute field with list:reference

2011-03-23 Thread goutham v
Please look at the attachment. for DB screenshot in db.py contents of define_table Field('tags','list:reference tags'), Field('refval','string', compute=lambda r:r['tags']), Field('min_tag_id','integer', compute=lambda r:min(r['tags'])), Field('max_tag_id','integer', compute=lambd

[web2py] Re: new features and new book sections/chapters

2011-03-17 Thread goutham v
I think we should have a section displaying which all features of DAL are currently not supported on GAE and what are the alternative ways of achieving them.

[web2py] Re: Problem with list:reference

2011-03-17 Thread goutham v
thanks for the solution it worked. but in doc here it asks to use the queried object directly? doesn't that way work?