Closed zenghaojim33 closed 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.
integerValue
longLongValue
👍
If the object's primary key is a large number string,
integerValue
(instead oflongLongValue
) conversion under 32bit devices will cause precision lose so that the object can not be retrieved properly.