Re: Core Data dynamic attributes and fetching

2008-05-25 Thread Ben
On 24 May 2008, at 21:47, Ben Trumbull wrote: At 2:56 AM -0700 5/24/08, [EMAIL PROTECTED] wrote: I have a core data object graph using an SQLite store where several entities have an attribute containing a date (eg, birthDate). This is stored as a date type. I am currently implementing an

re: Core Data dynamic attributes and fetching

2008-05-24 Thread Ben Trumbull
At 2:56 AM -0700 5/24/08, [EMAIL PROTECTED] wrote: I have a core data object graph using an SQLite store where several entities have an attribute containing a date (eg, birthDate). This is stored as a date type. I am currently implementing an NSPredicateEditor for building smart groups. Each