Jonathan Magnan
Jonathan Magnan
Hello @tuyndv , Thank you for your suggestion. Unfortunately, this request would be a little bit too big probably for the time we are currently able to allow to new...
Hello @chrfin , Thank you for reporting, we will look at it. Best Regards, Jonathan
Thank you @davidnemeti for reporting, We started to look at the `BatchSaveChanges` exception wrapping. We will make this method first and check after for `BulkSaveChanges`. Best Regards, Jonathan
Hello @davidnemeti , The v3.22.7 has been released. The exception should now be wrapped in a `DbUpdateException` for BatchSaveChanges. Let me know if everything now works as expected for this...
Hello @PhilPJL , Thank you for reporting. We already looked at it in the past so I cannot guarantee you anything. Due to some options, it makes it for us...
Hello all, Sorry for the delay, the library added that features a few months ago (stating from v3.0.66): https://github.com/zzzprojects/EntityFramework-Extensions/releases/tag/3.0.66 By using the `UseRowsAffected = true` options, the performance will slightly...
Oops sorry I forget to answer you, You are right, we added recently a light documentation on this option: https://entityframework-extensions.net/rows-affected
Hello @hgGeorg , Thank you for reporting, We have been able to reproduce the issue with your project, we will look if that's possible to support this scenario. Best Regards,...
Hello @hgGeorg , I will ask my developer tomorrow and give you an update probably next Monday. We currently try to skip most development during the summer but we will...
Hello @hgGeorg , Unfortunately we still have a few problem here. But that's already possible to make something very similar in 2 steps: ```csharp context.TPHs.WhereBulkNotContains(list.Select(x => x.ID)).DeleteFromQuery(); context.BulkMerge(list); ``` Let...