Hi Massimo,

In old web2py versions, developers can update a single record by:

# Suppose you have already inserted a record and then search it into a
variable "me".
>>> me.update_record(name="Max")
>>> me.name
'Max'

The feature still exists in latest web2py 1.57 but missing
descriptions in DAL document. Perhaps we should put it in doc unless
it is depreciated.
--~--~---------~--~----~------------~-------~--~----~
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