Jonathan Magnan

Results 1222 comments of Jonathan Magnan

Hello @scottiemc7 , Sure, a test project will surely help as I had a different behavior than you, so perhaps something is missing in my lab. You can send it...

Hello @scottiemc7 , Sorry for the delay, From what my developer told me is that there is currently no problem, the `UPDATE` will be executed. However, the issue is in...

Hello @tien199013 , Unfortunately, we have disabled the support of `IncludeGraph` for `InMemory` provider. The problem happens due to how the context works under the hood for the `InMemory` provider....

Hello @daxstar83 , Unfortunately there is currently no progress

Hello @PayteR , In this case, you can use the options `AllowDuplicateKeys = true` (Only the last record information is taken). ```csharp context.BulkMerge(customers, options => { options.ColumnPrimaryKeyExpression = c =>...

Hello @PayteR , Thank for reporting. I believe this option is just not yet supported by our library for Pomelo. It would explain why it works on Fiddle but not...

Sorry @PayteR for the long waiting, This issue is currently harder to fix then we initially thought. I believe we are finally close to a solution

Hello @davidnemeti , Thank you for reporting, we will look at it. Best Regards, Jonathan

Hello @meinsiedler , At this moment, our library for methods such as `BulkMerge` doesn't support really well optional `Owned`. I will look with my developer if we could do something...

Hello @npbenjohnson , Thank you for the code, we will look at it at the beginning of next week. Best Regards, Jon