Jonathan Magnan

Results 1222 comments of Jonathan Magnan

Hello @ondrasvoboda , We are currently completing re-writing that features in EF Classic (https://entityframework-classic.net/), Once we complete it here, we will start to move the new code in EFE (https://entityframework-extensions.net/)...

Hello @mmoroni , Thank you for reporting. As I understand the purpose of this request, there is currently no plan to make it compatible with IEnumerable. If you want to...

Hello @tomerpeled , Thank you for reporting, we will try to reproduce it. Best Regards, Jon --- **Sponsorship** [Help us improve this library](https://github.com/sponsors/zzzprojects) **Performance Libraries** `context.BulkInsert(list, options => options.BatchSize =...

Hello @tomerpeled , Thank again for reporting. Unfortunately, it looks like that `PostgreSQL` started to cast the connection. So the trick we used to make this feature work doesn't longer...

Hello @alexb5dh , Unfortunately no, the error happens here if I remind correctly: https://github.com/npgsql/efcore.pg/blob/cf4f23ecc271b3c9753600ec84a65c7d4053991d/src/EFCore.PG/Storage/Internal/NpgsqlRelationalConnection.cs#L81 It cast our custom connection into a `NpgsqlConnection`. We did too much internal "hack" on our...

Hello @Balogh-Andras , Unfortunately, we don't have enough time at this moment to work on this problem. Supporting EF Core 7 and re-writing our core code to support new features...

Hello @sshukurov , The SQL has been generated this way because it was easier when I created the library to do it without having to check if I could make...

Related to: https://stackoverflow.com/questions/58224449/invalid-parameter-binding-with-entity-framork-core-plus-in-includefilter-for-ora

Hello @KKica , Thank you for reporting, We will look at it. Best Regards, Jonathan --- **Performance Libraries** `context.BulkInsert(list, options => options.BatchSize = 1000); ` [Entity Framework Extensions](http://entityframework-extensions.net/) • [Entity...

Hello @KKica , We successfully reproduced the issue but unfortunately didn't find a fix yet. However, you can avoid this issue by disabling the `QueryBatch` (so multiple queries will be...