What are the best practices regarding storing metadata about a row with a row? Take the example of a inter-bank financial transfer. The Transfer might look like:
I am working on an inherited application which makes use of NInject and nHibernate as part of an ASP.NET MVC (C#) application. Currently, I\'m looking at a problem with the auditing of modifications.
I am using Spring Data JPA in an application in which all entity objects need auditing.I know that I can have each either implement Auditable or extend AbstractAu开发者_开发技巧ditable, but my problem
I have a current DB driven application which has several methods for accessing data. Web Application Direct SQL Access users (I\'m trying to remove these)
I\'m trying to implement basic auditing for a system where users can login, change their passwords and emails etc.
I am using JPA & Spring-Data JPA in a project. I have one table wherei Insert and then update the data. Ho开发者_Go百科wever i need the auditing information to save the state of all the objects i.
I want to keep a history of some values in my rails 3 application, but currently calculate these values as attributes without corresponding database fields. Can I easily implement a persistent audit o
I am implementing an inserted trigger and am considering using ORIGINAL_LOGIN function to capture the current executing user. I would like to know the pros and cons of using ORIGINAL_LOGIN for auditin
I asked a similar question earlier, and this is an extension to it.Basically, we need to have auditable logs for legal reasons of permission/user management and authentication attempts.Our permissions
I have a huge project with both of ActiveRecord and ActiveResource models. I need to implement logging of user activity with these models and also to log changes of model attributes (save object state