mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
[PR #286] [CLOSED] Facility to querying using offset & limit for NSFetchRequest. #487
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/286
Author: @sagarpshah
Created: 11/20/2018
Status: ❌ Closed
Base:
develop← Head:develop📝 Commits (1)
0540080Facility to querying using offset & limit for NSFetchRequest.📊 Changes
9 files changed (+287 additions, -12 deletions)
View changed files
📝
CoreStore.xcodeproj/project.pbxproj(+86 -10)➕
Sources/Fetching and Querying/BaseDataTransaction+OffsetQuerying.swift(+30 -0)➕
Sources/Fetching and Querying/CoreStore+OffsetQuerying.swift(+23 -0)➕
Sources/Fetching and Querying/DataStack+OffsetQuerying.swift(+31 -0)➕
Sources/Internal/NSManagedObjectContext+OffsetQuerying.swift(+39 -0)➕
Sources/ObjectiveC/CSBaseDataTransaction+OffsetQuerying.swift(+23 -0)➕
Sources/ObjectiveC/CSCoreStore+OffsetQuerying.swift(+19 -0)➕
Sources/ObjectiveC/CSDataStack+OffsetQuerying.swift(+23 -0)📝
Sources/ObjectiveC/NSManagedObjectContext+ObjectiveC.swift(+13 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.