Jonathan Magnan

Results 1222 comments of Jonathan Magnan

Hello @Alexey39dev , Indeed, the [DeleteRangeByKey](https://entityframework-extensions.net/delete-range-by-key) method doesn't currently support PostgreSQL. We currently have too many requests to add to our short-term plan, but we will need to complete that...

Hello @AgarwalSuchita , I’ll assume you’re referring to `EF Core 6` with `Z.EntityFramework.Extensions.EFCore 6.102.2.1` and not `7.102.2.1`. This is not a known issue. I could be wrong, but I believe...

Hello @AgarwalSuchita, Since our last conversation, we haven't heard from you. As previously mentioned, would it be possible to share a runnable project? Best regards, Jon

My first thought when looking at the query and your table is that an index on the `Id` column might be missing (though perhaps you already have one). The `DELETE`...

Hello @AgarwalSuchita, Since our last conversation, we haven't heard from you. Let me know if the index solution solved your issue. Best regards, Jon

Hello @AgarwalSuchita, A simple reminder that we are here to assist you. Dont hesitate to contact us if you need anything. Best regards, Jon

Hello @GebitMattias , Yes, there is some plan to support `Microsoft.Data.SqlClient`, but probably more at the end of next Month. All the code needed to be compatible with `Microsoft.Data.SqlClient` is...

Hello @GebitMattias , The v8.103.2.0 has been finally released. The support for `Microsoft.Data.SqlClient` for [BatchSaveChanges](https://entityframework-extensions.net/batch-savechanges) should finally work. Could you test it and let us know if everything is working...

Hello @amccorma , You are right; our library doesn't use a listener or interceptor. You should be able to change the table name within our library with the [PostConfiguration](https://entityframework-extensions.net/post-configuration) event....

Hello @amccorma , Unfortunately, no, EF Plus (for EF Core) still doesn't support interceptors. Best Regards, Jon