You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maybe it's already in the docs...and maybe i'm a bit off base (haven't gotten to look too deeply yet) but attempted to use this in a place where my queryable values contained some mixed case Ids eg the equivalent of
IN ("BiG", "BIG")
and in my DB that's collating case insensitive i get back 1 result with IN but with QueryableValues i get the same row back twice.
Is that expected?
i'm still on the ef core 6 version...cannot upgrade just yet.
The text was updated successfully, but these errors were encountered:
maybe it's already in the docs...and maybe i'm a bit off base (haven't gotten to look too deeply yet) but attempted to use this in a place where my queryable values contained some mixed case Ids eg the equivalent of
IN ("BiG", "BIG")
and in my DB that's collating case insensitive i get back 1 result with IN but with QueryableValues i get the same row back twice.
Is that expected?
i'm still on the ef core 6 version...cannot upgrade just yet.
The text was updated successfully, but these errors were encountered: