Re: [sqlalchemy] using sqlalchemy to track changes in database

2015-07-17 Thread Jonathan Rogers
On Thursday, July 16, 2015 at 6:54:29 AM UTC-4, Ivan Ogasawara wrote: > > I think you can write a trigger in your DB for all tables and actions you > want to analyze .. and your triggers you can put the changes in some log > tables. > > Using sqlalchemy you can put this changes inside your db fu

Re: [sqlalchemy] using sqlalchemy to track changes in database

2015-07-16 Thread Ivan Ogasawara
I think you can write a trigger in your DB for all tables and actions you want to analyze .. and your triggers you can put the changes in some log tables. Using sqlalchemy you can put this changes inside your db functions. My best regards, Ivan El 15/7/2015 21:37, "Balaji Pattewar" escribió: >

[sqlalchemy] using sqlalchemy to track changes in database

2015-07-15 Thread Balaji Pattewar
Hi All, Can any body help me how Sqlalchemy can be used to identify changes in database? I mean how to identify that some rows got delete or added after particular time.? Thanks Balaji -- You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To unsubsc