Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LINQ support simple bool expressions #362

Closed
AndyDentFree opened this issue Jan 18, 2016 · 0 comments
Closed

LINQ support simple bool expressions #362

AndyDentFree opened this issue Jan 18, 2016 · 0 comments
Assignees

Comments

@AndyDentFree
Copy link
Contributor

Searches such as Where( dog => dog.Vaccinated) don't work, need to explicitly compare Where( dog => dog.Vaccinated==true)

@AndyDentFree AndyDentFree self-assigned this Feb 19, 2016
AndyDentFree added a commit that referenced this issue Mar 2, 2016
SimpleLINQtests.cs
- CountFoundItems change isInteresting == true to just test isInteresting

RealmResultsVisitor.cs
- VisitMemberAccess add check for Booleans by themselfs and treat as == true
AndyDentFree added a commit that referenced this issue Mar 2, 2016
* commit 'b9041a1be7838b8b6c7ada0ac40d7bb152a82ba2':
  #362 Simple Bool queries

# Conflicts:
#	internals/Realm-dotnet Code Change Diary - Andy Dent.txt
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants