Re: executeFetchRequest with BETWEEN

2010-02-14 Thread Gerriet M. Denkmann
> I would like to get some entities (in iPhone 3.1.3). So I do: > > NSNumber *sta = ... > NSLog(@" sta %@ %@ %p", sta, [sta class],sta);// sta 6 > NSCFNumber 0x3b3a690 > NSNumber *las = ... > > NSArray *limits = [ [ NSArray alloc ] initWithObjects: sta, las, nil ]; > predicate = [

executeFetchRequest with BETWEEN

2010-02-13 Thread Gerriet M. Denkmann
I would like to get some entities (in iPhone 3.1.3). So I do: NSNumber *sta = ... NSLog(@" sta %@ %@ %p", sta, [sta class],sta); // sta 6 NSCFNumber 0x3b3a690 NSNumber *las = ... NSArray *limits = [ [ NSArray alloc ] initWithObjects: sta, las, nil ]; predicate = [ NSPredicate predicateWith