Jonathan Magnan

Results 1222 comments of Jonathan Magnan

Hello all, I re-opened this issue since we are currently working on a version that will allow it. I will update this issue as soon as it's ready

Hello all, At this moment, the `BulkInsert` alone doesn't support it yet. However, the `BulkInsert` + `IncludeGraph = true` should be now supported in the latest version. (A different strategy...

Hello @skycelik , Which version of EF are you using? (ex: EF6, EF Core 3.x, EF Core 5.x)

Hello @skycelik , We tried with `IncludeGraph = true` and everything seems to works fine for EF Core 5.x All SQL was generated correctly in the same way `SaveChanges` was...

No need to apologize ;) Try to make your property nullable such as `bool?`, I believe it might fix your problem. EF Core probably considers `false` as no value has...

Hello @vechet , Is `SaveChanges` working with this scenario? If yes, could you provide your `Entity Type` class and model mapping to allow us to reproduce this scenario? Your case...

Could you send a small runnable project here: [email protected] It will be way faster for us to look at it with a project.

Thank you for the project, we can now successfully reproducing it. Unfortunately, I cannot guarantee yet if we could fix it as we don't support in Entity Framework 5 as...

Hello @vechet , In EF6, the `BulkSaveChanges()` doesn't have anymore this issue. However, if you remove the DefaultEntityFrameworkPropagationValue (https://entityframework-extensions.net/improve-bulk-savechanges), you will likely get it back since when disabled, the same...