mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-07-11 23:32:45 +02:00
WIP: demo app
This commit is contained in:
@@ -73,7 +73,7 @@ public struct GroupBy: QueryClause, Hashable {
|
||||
|
||||
public func applyToFetchRequest<ResultType: NSFetchRequestResult>(_ fetchRequest: NSFetchRequest<ResultType>) {
|
||||
|
||||
if let keyPaths = fetchRequest.propertiesToGroupBy as? [String] where keyPaths != self.keyPaths {
|
||||
if let keyPaths = fetchRequest.propertiesToGroupBy as? [String], keyPaths != self.keyPaths {
|
||||
|
||||
CoreStore.log(
|
||||
.warning,
|
||||
|
||||
Reference in New Issue
Block a user