On Tuesday, January 29, 2013 10:36:39 AM UTC-5, Richard wrote:

> And what about .as_dict()?
>
> record = select_something.as_dict()
>

Actually, you wouldn't need to use .as_dict() if you already have a Row 
object -- you can submit that directly as the record. The problem is that 
if the Row object is based on a join between multiple linked tables, the 
field names will be of the form [tablename].[fieldname] rather than just 
[fieldname].

Anthony 

-- 

--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to