Jonathan Magnan

Results 1222 comments of Jonathan Magnan

Hello @jetompki , Are you trying to use the `Batch Update` feature? It normally updates all rows from the query to the same value, so I'm not sure to understand...

Hello @bdjema, Thank you for reporting. That is a well-known limitation of our library that we should work on. We already started this fix, I will check during the weekend...

Hello @GFoley83 , Unfortunately no, we have run into some problem last time we tried. We are currently focusing our time on the `free support` on thing such as `Fiddle`...

Hello @bartvanandel , Yes, unfortunately, this feature uses the `ChangeTracker` to set the reference and the `AsNoTracking` makes it not compatible. The only way to fix it is either on...

Hello @fugaku , Some `LINQ` that require joins are supported. The best way to find out if your query is supported is to try it. If you have an error,...

Thank for the project, we will try it on our side.

Hello @fugaku , Unfortunately, it looks we don't support this kind of `JOIN` when the column is modified for an alias Under the hood, Entity Framework uses some `alias` ([x].[Id]...

Hello @rgroenewoudt , I believe `join` currently work since a release we made a few months ago. Here is an example: https://dotnetfiddle.net/G1B2Gs Could you on your side provide an example...

Hello @arpitaw , Do you think you could provide a **runnable project sample** for this issue? It will help my developer to get started to investigate it faster and make...