On Tuesday, November 26, 2013 2:51:17 AM UTC-5, Yohai Bar Sinai wrote:
>
> Combining Anthony's and Massimo's answers, the correct code is
>
> db(query).update(**{'x'+str(i):db.X['x'+str(i)]+10})
>
>
'x' + str(i) is certainly simpler, but technically should be equivalent to
what you had (i.e., db.X['x' + str(i)].name).
Anthony
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
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.