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 ! expressions #77

Closed
AndyDentFree opened this issue Aug 13, 2015 · 1 comment
Closed

LINQ - support ! expressions #77

AndyDentFree opened this issue Aug 13, 2015 · 1 comment
Assignees
Milestone

Comments

@AndyDentFree
Copy link
Contributor

Maybe needs grouping working, eg:

from p in People where !(p.Age > 30)

@AndyDentFree AndyDentFree added this to the Phase 1 milestone Aug 13, 2015
@AndyDentFree AndyDentFree added P1 and removed ready labels Aug 27, 2015
@timanglade timanglade removed this from the Phase 1 milestone Dec 8, 2015
@AndyDentFree
Copy link
Contributor Author

This or a related issue came up in the walkthrough with Sam Ritchie - he had a boolean flag and tried to search on !Todo.IsDeleted

@AndyDentFree AndyDentFree self-assigned this Feb 19, 2016
@kristiandupont kristiandupont added this to the rc milestone Mar 1, 2016
AndyDentFree added a commit that referenced this issue Mar 2, 2016
SimpleLINQtests.cs
- CountWithNot added

RealmResultsVisitor.cs
- VisitUnary add call to query_not before recursing into nested expression

NativeQuery.cs
- query_not interface added

query_cs.cpp
- query_not added
AndyDentFree added a commit that referenced this issue Mar 2, 2016
uncomment working bit of CountWithNot test
AndyDentFree added a commit that referenced this issue Mar 2, 2016
@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

3 participants