You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (nil != bind) {
for (int i = 0; i < [bind count]; i ++) {
sqlite3_bind_text(compiledStatement,
i + 1,
[[NSString stringWithFormat:@"%@", [bind objectAtIndex:i]] UTF8String],
-1,
SQLITE_TRANSIENT);
}
}
The text was updated successfully, but these errors were encountered:
Hi Gaosboy,
如何利用Sqlight绑定blob格式数据?在代码中并没有相关封装。请协助
The text was updated successfully, but these errors were encountered: