iActiveRecord
iActiveRecord copied to clipboard
Support for primitive C-style tyles
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
Hi, @jklimke. You're able to use primitive types, but under the hood they will be boxed/unboxed into NSNumber.
Thank you, this eases handling, e.g., double typed properties a lot.