[sqlalchemy] AuditLog/History logging

2010-11-03 Thread Gopalakrishnan Subramani
We have around 10 different tables in the database and we use sqlalchemy's declarative base style table definition. We are happy about it. Now we need to have auditlog/history of changes made to database records. For example, the entry could be new recorded added or existing record updated or

[sqlalchemy] Re: AuditLog/History logging

2010-11-03 Thread Gopalakrishnan Subramani
...@yahoo.com wrote: http://www.sqlalchemy.org/docs/orm/examples.html?highlight=versioning... You can find other interesting recipes in : http://www.sqlalchemy.org/trac/wiki/UsageRecipes Cheers, Y.Chaouche - Original Message From: Gopalakrishnan Subramani gopalakrishnan.subram