On Wednesday, April 6, 2016 at 11:30:34 AM UTC-4, Richard wrote: > > You maybe right Anthony abour update_record() it really depend though of > what he is trying todo... >
Well at the point where row.update() is called, row is already a dictionary, so there is no .update_record() at that point. Also, the code is simply moving keys/values from the "extra" sub-dictionary into the top-level of the dictionary, so presumably the intention isn't to change anything in the database record. 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/d/optout.

