-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Entity history mechanics for NHibernate #6713
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@Scythale thanks a lot for your contribution 👍 Let me know when it is ready for review. |
@Scythale Is this completed ? |
yes |
@Scythale thanks again for your contribution. I have tested the PR and I think there is a problem. |
@ismcagdas sorry for the lack of response. I have no time to investigate issue you found. Only thing I can say is that entity history has been working fine in production environment for a few months now. |
@Scythale thank you for your contribution, I have managed to write unit tests for most of the cases similar to EF Core. Your implementation was correct and all Nhibernate entity history unit tests are passing now. Thanks again 🙏 |
I'm sharing my own implementation of entity history mechanics for the NHibernate ORM.
The implementation is based on NHibernate event listeners.
Aslo I've made a few changes to the entity mappings.