-
Notifications
You must be signed in to change notification settings - Fork 55
feat: support nested relationships in where criteria expressions #108
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
============================================
- Coverage 65.75% 65.59% -0.17%
- Complexity 366 369 +3
============================================
Files 37 39 +2
Lines 2015 2046 +31
Branches 297 300 +3
============================================
+ Hits 1325 1342 +17
- Misses 562 576 +14
Partials 128 128
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #108 +/- ##
============================================
+ Coverage 66.37% 66.45% +0.08%
- Complexity 372 382 +10
============================================
Files 37 39 +2
Lines 2034 2054 +20
Branches 302 302
============================================
+ Hits 1350 1365 +15
- Misses 552 558 +6
+ Partials 132 131 -1
Continue to review full report at Codecov.
|
Great thanks, will try the branch on our project! |
630a684
to
c65590e
Compare
c65590e
to
caa2df8
Compare
…aryFunction in Droid
…reference them in Droid records
…one currently failing
caa2df8
to
bd9d667
Compare
Given the following query:
Expected result:
And collection filtering in nested relationships :
Will return:
Fixes #97
Fixes #77