Original PR: https://github.com/JohnEstropia/CoreStore/pull/308 Author: @iby Created: 3/16/2019 Status: 🔄 Open
Base: develop ← Head: develop
develop
caa26bc
b609cdd
242a1fa
790378f
4790053
6c7778f
12 files changed (+376 additions, -179 deletions)
📝 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)
CoreStore.xcodeproj/project.pbxproj
CoreStoreTests/MigrationTests.swift
CoreStoreTests/SetupTests.swift
README.md
Sources/CSSQliteStore.swift
Sources/CSStorageInterface.swift
Sources/CustomSchemaMappingProvider.swift
Sources/DataStack+Migration.swift
Sources/DataStack.swift
Sources/NSEntityDescription+Migration.swift
Sources/SQLiteStore.swift
Sources/StorageInterface.swift
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.