Hi everybody, lately I have been using a lot Castle ActiveRecord framework and it has worked fine until I found a strange behaviour. For some reasons I don't understand the onFlushDirty is triggered twice in some situations. It is even triggered when I make a simple query. I'm really confused cause I'm trying to make auditing and as I read data the onFlushDirty is triggered and it saves identical data.
How can I avoid this behaviour?
Thanks in advance