In SQLPersistantObject.m className is being locally shadowed.
In line 826:
NSString *className = [propType substringWithRange:NSMakeRange(2, [propType
length]-3)];
The shadowing declaration is in line 794:
NSString *className = propType;
Original issue reported on code.google.com by mhorvath...@gmail.com on 24 Mar 2009 at 3:04
Original issue reported on code.google.com by
mhorvath...@gmail.com
on 24 Mar 2009 at 3:04