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

Add encode option to ParseQuery:find #423

Merged
merged 3 commits into from
Dec 4, 2018

Conversation

dplewis
Copy link
Member

@dplewis dplewis commented Dec 3, 2018

the ability to get the result from a ParseQuery->find() without the results being decoded into ParseObject instances.

Similar to #26

the ability to get the result from a ParseQuery->find() without the results being decoded into ParseObject instances.

Similar to parse-community#26
@dplewis dplewis requested a review from flovilmart December 3, 2018 22:17
@codecov
Copy link

codecov bot commented Dec 3, 2018

Codecov Report

Merging #423 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #423      +/-   ##
==========================================
+ Coverage   98.98%   98.98%   +<.01%     
==========================================
  Files          38       38              
  Lines        3146     3150       +4     
==========================================
+ Hits         3114     3118       +4     
  Misses         32       32
Impacted Files Coverage Δ
src/Parse/ParseQuery.php 99.47% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9fb3ce5...90ff1c9. Read the comment docs.

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.

2 participants