-
Notifications
You must be signed in to change notification settings - Fork 167
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
Comments
This or a related issue came up in the walkthrough with Sam Ritchie - he had a boolean flag and tried to search on |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Maybe needs grouping working, eg:
from p in People where !(p.Age > 30)
The text was updated successfully, but these errors were encountered: