Skip to content
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

Events #42

Open
rickardliljeberg opened this issue Feb 5, 2015 · 1 comment
Open

Events #42

rickardliljeberg opened this issue Feb 5, 2015 · 1 comment

Comments

@rickardliljeberg
Copy link
Contributor

My multi tenant solution is now online and seems to work but I will let it run for a bit longer before i create a pull request.

However, one thing that bugs me is that Memflex calles context save on it's own, making it hard to create proper transactions.

One solution would be events for actions before and after save, allowing other code to react to memflex's doings

@OdeToCode
Copy link
Owner

Yes, that was a decision I debated for a long time. In the end I figured the ability to use a new System.Transaction to make a transaction would be something people could use, and probably safer than someone forgetting to commit or call save. But, I don't know - it could certainly be something to change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants