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

update + insert in one transaction iOS 10 fix #17

Closed
wants to merge 1 commit into from

Conversation

flypaper0
Copy link

Before iOS 10 transactions with update and insertions had .move NSFetchedResultsChangeType and all worked fine, but now it is .update

Before iOS 10 transactions with update and insertions had .move NSFetchedResultsChangeType and all worked fine, but now it is .update
@codecov-io
Copy link

Codecov Report

Merging #17 into master will decrease coverage by 0.35%.
The diff coverage is 50%.

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
- Coverage   81.77%   81.42%   -0.36%     
==========================================
  Files          16       16              
  Lines         642      646       +4     
==========================================
+ Hits          525      526       +1     
- Misses        117      120       +3

@DenTelezhkin
Copy link
Owner

Thanks, @flypaper0! I've released this fix in 5.0.1.

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.

None yet

3 participants