mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
[PR #117] [CLOSED] Add a convenient Limit fetch clause #464
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/117
Author: @ThibaultVlacich
Created: 10/26/2016
Status: ❌ Closed
Base:
swift3_develop← Head:feature/limit-fetch-clause📝 Commits (1)
ffdd8baAdd a Limit fetch clause📊 Changes
4 files changed (+221 additions, -0 deletions)
View changed files
📝
CoreStore.xcodeproj/project.pbxproj(+28 -0)➕
CoreStoreTests/LimitTests.swift(+44 -0)➕
Sources/Fetching and Querying/Concrete Clauses/Limit.swift(+57 -0)➕
Sources/ObjectiveC/CSLimit.swift(+92 -0)📄 Description
This PR add a
Limitfetch clause, to easily provide a fetch limit in a request.So this :
becomes this :
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.