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

Concurrency Issues / TPH Problem & Transaction support #113

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

schweinsbauch
Copy link

@schweinsbauch schweinsbauch commented May 2, 2017

--added mutlithreading support
--bugfix for tph mapping
--added transaction support

As some others allready noticed, there are some Problems with concurrency. See Resolved 2 issues with multi threaded code for issue #57 #61

Transaction support added for DBContext.BeginTransaction()

TablePerHierachy supports now different ColumNames for the "same" Property:
class Base {}
class SubA : Base { string Val {get;set;}}
class SubB : Base { double Val {get;set;}}

--added mutlithreading support
--bugfix for tph mapping
@RudeySH
Copy link

RudeySH commented Aug 13, 2017

Does your branch include the fixes from #57 and #61?

@schweinsbauch
Copy link
Author

yes, fixes should be included. if you find bugs etc. please refer to my fork: https://github.com/schweinsbauch/EntityFramework.Utilities

@RudeySH
Copy link

RudeySH commented Aug 13, 2017

This is great. From now on I will be using your fork. Too bad the original repository is inactive. I hoped to find a fork where all ongoing useful pull requests are merged into, yours is a great start.

@RudeySH
Copy link

RudeySH commented Jul 9, 2018

For future readers: I'm currently maintaining a fork that includes the fixes in this pull request, and many more! https://github.com/RudeySH/EntityFramework.Utilities

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

Successfully merging this pull request may close these issues.

2 participants