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

创建表格时有漏斗,对于已经存在的表没有进行预防 #47

Open
280369132 opened this issue Dec 4, 2017 · 0 comments
Open

Comments

@280369132
Copy link

具体代码:
NSMutableString *fieldStr = [[NSMutableString alloc] initWithFormat:@"CREATE TABLE IF NOT EXISTS %@ (pkid INTEGER PRIMARY KEY,", tableName];

源码中缺少“ IF NOT EXISTS ”

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

1 participant