I want to do something like this, but it doesn't seem to work:
x=db(query).select(stuff)
for y in x:
x['y']['field1'] = 'new name'
I want to preserve the SQLTable representation of x, so I don't want
to make a copy to some other data structure.
Can anyone help me with the syntax, please?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---