zzzprojects / EntityFramework-Plus

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more
https://entityframework-plus.net/
MIT License
2.27k stars 318 forks source link

Batch Update Limitations #269

Open bruceburge opened 7 years ago

bruceburge commented 7 years ago

Wiki says they should be removed by the end of 2016, is the wiki out of date, or have these limitations been removed?

https://github.com/zzzprojects/EntityFramework-Plus/wiki/EF-Batch-Update-%7C-Entity-Framework-Batch-Update-Objects-Without-Loading-Them#limitations

JonathanMagnan commented 7 years ago

Hello @bruceburge ,

The date has been updated to 2017 since it seems a little bit more realistic now ;)

We already have a pull (#245) from someone ready to support TPC && TPT

I'm just missing time to review it and make some few changes.

I hope to be able to do it in the next two weeks as this is a frequent question I receive.

Best Regards,

Jonathan

uknickwilliams commented 6 years ago

Any more news on this? For me batch update for complex types is more important than TPC and TPT.

JonathanMagnan commented 6 years ago

Hello @uknickwilliams ,

I recently hired a developer that will be dedicated to free library.

This task will be assigned to him very soon (probably next week). I have high hope to add the support before the end of 2017.

Best Regards,

Jonathan


Help us to keep this library free: Donate

TheAifam5 commented 6 years ago

Hey,

any update here? :D It's like end of the 2018.

JonathanMagnan commented 6 years ago

Hello @TheAifam5 ,

Inheritance and complex type has been added in Entity Framework Extensions

We are currently improve the support for them in Entity Framework Classic before choosing what we will do for EF Plus. Honestly, I believe the choice will be to remove them from EF Plus and force people to use EFE instead to make the maintenance easier for us. If that's done, this feature will start to be free in EFE.

Best Regards,

Jonathan