Zepo / GYDataCenter

An alternative to Core Data for people who like using SQLite directly.
MIT License
842 stars 132 forks source link

objectsWhere 崩溃了,求看! #30

Open ghost opened 6 years ago

ghost commented 6 years ago
NSArray *objects = [KSDownloadAblumModel objectsWhere:@"WHERE userId = ? AND ablumid = ? ORDER BY ablumid ASC" arguments:@[ [self currentLoginUserId], albumid]];

根据bugly的日志,使用查询语句的时候崩溃了,并且已经对arguments做了判空处理。希望大佬在百忙之中帮我看看。

default