Given:
- a define_table() with a field as "compute=lambda r:r['name'].lower
()"
- that I call update_record() on a row returned from a select.

when I test on dev_appserver I need to include name as a parameter to
update_record() otherwise an exception is thrown by Set.update(self,
**update_fields) in gql.py (line 696)

I post this for the record for anyone using GAE and update_record()
rather than a call to action.

I'm using Web2py 1.74.6

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@googlegroups.com.
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en.

Reply via email to