No it does not work.
You have to do:
x=x.as_list()
for y in x:
y['field']='value'
You cannot modify records in a SQLRows object because they are
computed when requested. This will change in the new DAL.
Massimo
On Jun 12, 10:30 pm, weheh <[email protected]> wrote:
> DenesL: I tried exactly that, but somehow, it didn't seem to work.
> I'll try again. Thanks for your response!
>
> On Jun 12, 4:54 pm, DenesL <[email protected]> wrote:
>
> > y['field1'] = 'new name'
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---