mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Protect for common programmer errors when setting up models #40
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 (Feb 12, 2016).
Fetches,ListMonitors, etc are executed beforeadd****Store()methods completeAutomatically refetch
ListMonitors andObjectMonitors when related stores are added to/removed from the persistent store coordinator.New versions in the .xcdatamodeld are not added to theKeep as a warning log message, as some projects may have intentionally unused .xcdatamodeld files. As a compromise, display unused .xcdatamodeld versions in the log message.MigrationChain(currently logs a warning; promote to assertion failure)