[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

Re: [sqlalchemy] AuditLog/History logging

2010-11-03 Thread chaouche yacine
sqlalchemy@googlegroups.com Sent: Wed, November 3, 2010 5:21:32 AM Subject: [sqlalchemy] AuditLog/History logging 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

Re: [sqlalchemy] AuditLog/History logging

2010-11-03 Thread chaouche yacine
To: sqlalchemy sqlalchemy@googlegroups.com Sent: Wed, November 3, 2010 5:21:32 AM Subject: [sqlalchemy] AuditLog/History logging 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