Core Data: Multiple conditions inside relational aggregate operations
- by Uzaak
I have an SQLite table used by Core Data with the following elements:
Name: John
LastName: Foobar
Age: 23
Name: Bob
LastName: Baz
Age: 37
Name: Peter
LastName: Fooqux
Age: 32
Name: John
LastName: Bar
Age: 29
Those are all in a to-many relationship from another object "Company". I need to query the database and retrieve all Company objects with…