iActiveRecord icon indicating copy to clipboard operation
iActiveRecord copied to clipboard

Support for primitive C-style tyles

Open jklimke opened this issue 11 years ago • 2 comments

Hi,

i noticed that there is a support for c-style types (e.g. Properties like BOOL, char, short, double ...etc

Is this true ? Why should i use encapsulated NSNumber types ? Is there a reason why this is not documented up to now ? Otherwise i would like to add some sentences about the possibility to use primitive typed propterties

jklimke avatar Dec 09 '13 11:12 jklimke

Hi, @jklimke. You're able to use primitive types, but under the hood they will be boxed/unboxed into NSNumber.

AlexDenisov avatar Dec 09 '13 11:12 AlexDenisov

Thank you, this eases handling, e.g., double typed properties a lot.

jklimke avatar Dec 09 '13 11:12 jklimke