We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a1c865 commit 38bde11Copy full SHA for 38bde11
SSYSqliter.m
@@ -330,7 +330,7 @@ + (NSMutableString*)queryDeleteFromTable:(NSString*)table
330
+ (NSString*)queryInsertIntoTable:(NSString*)table
331
columns:(NSArray*)columns
332
values:(NSArray*)values {
333
- return [NSString stringWithFormat:@"InSERT INTO %@ (%@) VALUES %@",
+ return [NSString stringWithFormat:@"INSERT INTO %@ (%@) VALUES %@",
334
table,
335
[columns componentsJoinedByString:@","],
336
[values stringEsquotedSQLValue]] ;
0 commit comments