mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-04-25 02:08:31 +02:00
WIP: demo app
This commit is contained in:
@@ -145,7 +145,7 @@ public struct Where: FetchClause, QueryClause, DeleteClause, Hashable {
|
||||
|
||||
public func applyToFetchRequest<ResultType: NSFetchRequestResult>(_ fetchRequest: NSFetchRequest<ResultType>) {
|
||||
|
||||
if let predicate = fetchRequest.predicate where predicate != self.predicate {
|
||||
if let predicate = fetchRequest.predicate, predicate != self.predicate {
|
||||
|
||||
CoreStore.log(
|
||||
.warning,
|
||||
|
||||
Reference in New Issue
Block a user