marcoarment / FCModel

An alternative to Core Data for people who like having direct SQL access.
MIT License
1.65k stars 173 forks source link

Fixed NSDecimalNumber properties deserialization #72

Closed ondrejmirtes closed 10 years ago

ondrejmirtes commented 10 years ago

When I have a NSDecimalNumber property in my model class, FCModel does not touch the value returned from the database and stores a NSNumber in it. (It worked correctly in a previous version of FCModel I used, in the prehistoric-with-autoincrement times).

levey commented 10 years ago

I have this issue too.