[PR #286] [CLOSED] Facility to querying using offset & limit for NSFetchRequest. #487

Closed
opened 2025-12-29 15:32:34 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JohnEstropia/CoreStore/pull/286
Author: @sagarpshah
Created: 11/20/2018
Status: Closed

Base: developHead: develop


📝 Commits (1)

  • 0540080 Facility 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.

## 📋 Pull Request Information **Original PR:** https://github.com/JohnEstropia/CoreStore/pull/286 **Author:** [@sagarpshah](https://github.com/sagarpshah) **Created:** 11/20/2018 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`0540080`](https://github.com/JohnEstropia/CoreStore/commit/05400808099de693b04f12f616343794df3fcbb9) Facility to querying using offset & limit for NSFetchRequest. ### 📊 Changes **9 files changed** (+287 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 15:32:34 +01:00
adam closed this issue 2025-12-29 15:32:34 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/CoreStore#487