Roobiq / RBQFetchedResultsController

Drop-in replacement for NSFetchedResultsController backed by Realm.
MIT License
476 stars 70 forks source link

fix primary key problem #87

Closed zenghaojim33 closed 8 years ago

zenghaojim33 commented 8 years ago

If the object's primary key is a large number string, integerValue(instead of longLongValue) conversion under 32bit devices will cause precision lose so that the object can not be retrieved properly.

bigfish24 commented 8 years ago

👍