Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

查询的时候崩溃,之前存的是模型 #56

Open
leeshuangai opened this issue May 24, 2018 · 2 comments
Open

查询的时候崩溃,之前存的是模型 #56

leeshuangai opened this issue May 24, 2018 · 2 comments

Comments

@leeshuangai
Copy link

奔溃到下面这一句
else if ([propertyType[name] isEqualToString:SQL_INTEGER]) {

                [model setValue:@([set longLongIntForColumn:name]) forKey:name];

              }
@IrisMo
Copy link

IrisMo commented Mar 11, 2019

我也碰到了,无法指定查询,查询全部就在这里崩了,也是存模型。请问你是怎么解决的呢?方便交流下吗~

@Adai99
Copy link

Adai99 commented May 28, 2019

因为他在查询和写入的时候用runtime未做过滤

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants