mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
Full support for Query Generations (iOS 10 onwards) #123
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JohnEstropia on GitHub (Jan 20, 2017).
(see
NSManagedObjectContext.setQueryGenerationFromToken(.currentQueryGenerationToken))Possible features:
@JohnEstropia commented on GitHub (Jan 23, 2017):
Query Generations still looks iffy :( https://forums.developer.apple.com/message/186722#186722
Prioritize:
@JohnEstropia commented on GitHub (Jul 23, 2017):
I'm closing this feature as it turns out Query Generations aren't that reliable (yet) and the struct-based models are memory hogs (no lazy properties)