Skip to content

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