mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-21 08:59:24 +01:00
complete query utilities
This commit is contained in:
@@ -153,7 +153,7 @@ extension DataStack: FetchableSource, QueryableSource {
|
||||
|
||||
// TODO: docs
|
||||
public func fetchAll<B: FetchChainableBuilderType>(_ clauseChain: B) -> [B.ObjectType]? {
|
||||
|
||||
|
||||
CoreStore.assert(
|
||||
Thread.isMainThread,
|
||||
"Attempted to fetch from a \(cs_typeName(self)) outside the main thread."
|
||||
|
||||
Reference in New Issue
Block a user