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

Fixes bug related to include in queries #1312

Merged
merged 3 commits into from
Mar 31, 2016
Merged

Conversation

flovilmart
Copy link
Contributor

Allows mixed type pointers in arrays and resolved them correctly when using include in query

@codecov-io
Copy link

Current coverage is 93.05%

Merging #1312 into master will increase coverage by +0.02% as of 44dc9a2

@@            master   #1312   diff @@
======================================
  Files           84      84       
  Stmts         5298    5301     +3
  Branches       970     969     -1
  Methods          0       0       
======================================
+ Hit           4929    4933     +4
  Partial         11      11       
+ Missed         358     357     -1

Review entire Coverage Diff as of 44dc9a2

Powered by Codecov. Updated on successful CI builds.

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.

Include={field} of array of pointers with different class names returns error.
4 participants