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 <richard_gor...@verizon.net> 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 <denes1...@yahoo.ca> 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 web2py@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