issues
search
yepher
/
CoreDataUtility
An OSX application that simplifies development and debugging of CoreData enabled applications.
519
stars
49
forks
source link
fix issue sorting a Boolean or NSNumber field that contains a nil value for row #1
#36
Closed
jpage4500
closed
9 years ago
jpage4500
commented
9 years ago
fix issue sorting a Boolean or NSNumber field that contains a nil value for row #1 (nil will get changed to NSString("") and the comparison description gets set to compareCaseInsensitive. Solution used here is to treat all objects as a string