bt-88

Results 12 comments of bt-88

Any update on this? If not, then I'm willing to invest time to create an implementation of `IQueue` that uses EFCore as storage instead of in-memory cache.

When is this merged to the main branch?

> Can you please provide Linq To DB , Linq To DB EfCore , and EFCore versions? > > That said, at least at first glance, this may indicate an...

> I am also experiencing this issue. I can also provide a minimal example, but the only real difference is I am using an `EntityTypeConfiguration` instead of annotations and using...

@MaceWindu: Nope. Fails for the same reason on Postgres. Please see my test in the beginning of this topic. ![image](https://github.com/user-attachments/assets/262ea4c7-891a-4a22-a021-fd2f911e8f6d)

> This is implementation of such extensions: > > ```cs > public static class MergeExtensions > { > ... > } > ``` Thanks a ton. Please not that this...

> My bad :) Updated code. Hi, one more thing: I see that your extensions explicitly filter out columns with the attribute `SkipOnUpdate` or `SkipOnInsert` so they don't get updated...

> Should work, we have tests for this. **With EF Core integration these attributes can be ignored**. Yes, I found the [test](https://github.com/linq2db/linq2db/commit/0e8e310ae44faff717f3d565e8baa81e43f6d72e). What do you mean with your last sentence:...

@sdanyliv : Do you have time to check my reply from december 2023 above? Would be much appreciated.