[web2py] Re: auth.enable_record_versioning

2014-01-10 Thread Niphlod
auth.record_versioning is just callbacks on steroids :P On Friday, January 10, 2014 5:12:58 AM UTC+1, Jayadevan M wrote: Great. You guys have thought about everything, huh? :) On Friday, January 10, 2014 1:50:36 AM UTC+5:30, Niphlod wrote: make your own versioning with database callbacks.

[web2py] Re: auth.enable_record_versioning

2014-01-09 Thread Niphlod
make your own versioning with database callbacks. http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#before-and-after-callbacks That way you can customize to whatever degree you like what happens when a row gets deleted/updated/inserted at any step. On Thursday,

[web2py] Re: auth.enable_record_versioning

2014-01-09 Thread Jayadevan M
Great. You guys have thought about everything, huh? :) On Friday, January 10, 2014 1:50:36 AM UTC+5:30, Niphlod wrote: make your own versioning with database callbacks. http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#before-and-after-callbacks That way you can