Skip to content

Conversation

@alex-kulakov
Copy link
Contributor

In/Contains didn't work with subqueries, for example:

var result = session.Query.All<TestEntity>()
   .Where(e => ids.Contains(e.List.FirstOrDefault().Link.Id))
   .ToArray();

This PR makes it work.

AlexUstinov
AlexUstinov previously approved these changes Nov 11, 2020
@alex-kulakov alex-kulakov merged commit 738ace3 into 6.0 Nov 16, 2020
@AlexUstinov AlexUstinov deleted the issuejira-0743-include-improvements branch December 23, 2020 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants