myrecord = db.table[5] db.table.insert(**db.table._filter_fields(myrecord))
On May 28, 9:30 am, Thadeus Burgess <[email protected]> wrote: > myrecord = db.table[5] > > db.table.insert(a = myrecord.a, b = myrecord.b, c = myrecord.c) > > Are you looking for an audit logging ability? > > http://www.web2pyslices.com/main/slices/take_slice/35 > > -- > Thadeus > > On Fri, May 28, 2010 at 7:13 AM, ceriox <[email protected]> wrote: > > Hi all, > > how i can duplicate a record ?

