CoreModel icon indicating copy to clipboard operation
CoreModel copied to clipboard

Replace CoreData

Results 22 CoreModel issues
Sort by recently updated
recently updated
newest added

-[MJProperty setOriginKey:forClass:](in XXXXXXX) (MJProperty.m:142)

不能忽略某些属性吗,比如NSMutabArray

删除app后重新安装,会一直提示以下问题,请问怎么解决,谢谢! 注意:你操作的模型SYPersonModel在数据库中没有对应的数据表,框架正在全自动创表,并稍后自动重新执行您的操作,请放心!

用的AF进行网络请求

sql语句中会出现单引号错误 如 @"INSERT INTO KFChatMessage (messageFor,messageType,messageBody,messageTime,list,hostID,pModel,pid) VALUES (0,0,'I'm ','','321,654,987',1448271114,'',0);" NSObject的NSString属性里有可能出现例如:I'm这种字符串,会造成插入和更新数据失败

NSObject+Select.h 137行少了下面这句 if(selectResultsBlock != nil) selectResultsBlock(resultsM);