-
Notifications
You must be signed in to change notification settings - Fork 694
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: EXPOSED-366 inList with EntityID column causes type mismatch err…
…or (#2070) Since 0.50.0, attempting to use an iterable of comparables with inList() invoked by an EntityID column leads to a type mismatch. This happens because the incorrect overload is being resolved, following a generics type parameter move. The same issue applies for notInList() and reverting the change allows valid iterables to be used and wrapped by the correct overload.
- Loading branch information
Showing
2 changed files
with
14 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters