aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPArrayAdditions.h
Commit message (Collapse)AuthorAgeFilesLines
* - fixed issue #203 (backticks in identifiers not supported)jakob2009-03-241-0/+29
- added a backtickQuotedString: method to SPStringAdditions - created the file SPArrayAdditions for a componentsJoinedAndBacktickQuoted: method In the future, we should use backtickQuotedString: to quote identifiers like this: [NSString stringWithFormat:@"SELECT * FROM %@", [tableName backtickQuotedString]]