If you do not select the record id there is not update_record because web2py does not know what the id of the record is.
On Oct 6, 12:54 pm, yamandu <[email protected]> wrote: > Had to fix the subject but problem persists. > > On Oct 6, 2:45 pm, yamandu <[email protected]> wrote: > > > When I do a select() the row objects generated update_record and all > > expected methods. > > But when I do a select(db.table.somefield) the rows objects have no > > update_record or any other method. > > > Is this expected or bug? > >

