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

feat: Add fetchAll method for Parse pointers #141

Merged
merged 7 commits into from
Jan 9, 2024
Merged

Conversation

cbaker6
Copy link
Member

@cbaker6 cbaker6 commented Jan 8, 2024

New Pull Request Checklist

Issue Description

Currently have to do extra work to fetch an array of ParsePointers.

Approach

Add fetchAll methods to ParsePointers so the array can be fetched directly.

TODOs before merging

  • Add tests
  • Add entry to changelog
  • Add changes to documentation (guides, repository pages, in-code descriptions)

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7b3e48b) 91.33% compared to head (e942785) 91.36%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #141      +/-   ##
==========================================
+ Coverage   91.33%   91.36%   +0.02%     
==========================================
  Files         175      178       +3     
  Lines       15472    15504      +32     
==========================================
+ Hits        14132    14165      +33     
+ Misses       1340     1339       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cbaker6 cbaker6 linked an issue Jan 9, 2024 that may be closed by this pull request
@cbaker6 cbaker6 merged commit 0cc07eb into main Jan 9, 2024
13 checks passed
@cbaker6 cbaker6 deleted the pointerFetchAll branch January 9, 2024 02:21
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.

Fetch on an array of pointers
1 participant