You can save your row as a dict(): >>> row = db.mytable(id) >>> saved_row = row.as_dict()
On Sat, May 4, 2013 at 11:54 PM, lucas <[email protected]> wrote: > hello one and all, > > how do you copy a DAL row to a variable ensuring that the copy has a > difference instance and memory address. this way when the contents change > in the copy, the original is left separate and unchanged. good? > > lucas > > -- > > --- > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

