Closed mennomacomi closed 4 months ago
Hello @mennomacomi ,
Thank you for reporting.
We will look at it.
Best Regards,
Jon
Hello @mennomacomi ,
The v8.103.1.0
has been released today.
Let us know if the new version has fixed your issue correctly.
Best Regards,
Jon
Hi @JonathanMagnan
I can confirm the new version has fixed the issue. Thanks so much for the quick response and fix!
Kind regards,
Menno
Here is what to include in your request to make sure we implement a solution as quickly as possible.
1. Description
When using an Npgsql-based database context, running a batch update query on a collection filtered through a
SelectListIterator
throws aSystem.InvalidCastException
Example code:
When changing
.Where(x => idsToUpdate.Contains(x.Id))
to.Where(x => idList.Contains(x.Id))
it does work When using another provider (tested with InMemory and Sqlite) it does work2. Exception
If you are seeing an exception, include the full exception details (message and stack trace).
3. Fiddle or Project
See example code above
4. Any further technical details
This was working fine in version 6.100.0.5 but is broken in the latest version
Further technical details