mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 22:30:34 +01:00
[PR #308] Improve custom schema mapping provider #490
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?
📋 Pull Request Information
Original PR: https://github.com/JohnEstropia/CoreStore/pull/308
Author: @iby
Created: 3/16/2019
Status: 🔄 Open
Base:
develop← Head:develop📝 Commits (6)
caa26bcFix source model typosb609cddAdd migration unit test for CustomSchemaMappingProvider242a1faSimplify migration mapping model creation790378fRemove try from asynchronous add storage example4790053Remove source expression for deleted entities6c7778fImprove custom schema mapping provider📊 Changes
12 files changed (+376 additions, -179 deletions)
View changed files
📝
CoreStore.xcodeproj/project.pbxproj(+8 -0)➕
CoreStoreTests/MigrationTests.swift(+235 -0)📝
CoreStoreTests/SetupTests.swift(+4 -4)📝
README.md(+2 -2)📝
Sources/CSSQliteStore.swift(+2 -2)📝
Sources/CSStorageInterface.swift(+1 -1)📝
Sources/CustomSchemaMappingProvider.swift(+80 -133)📝
Sources/DataStack+Migration.swift(+5 -5)📝
Sources/DataStack.swift(+2 -2)📝
Sources/NSEntityDescription+Migration.swift(+29 -22)📝
Sources/SQLiteStore.swift(+5 -5)📝
Sources/StorageInterface.swift(+3 -3)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.