Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | • minor code cleaning (plus svn test) | Bibiko | 2009-09-21 | 1 | -9/+9 |
| | |||||
* | User Manager feature | mltownsend | 2009-08-11 | 1 | -0/+15 |
| | |||||
* | • moved macros enumerate() and sizeOf() to sequel-pro_Prefix.pch | Bibiko | 2009-06-06 | 1 | -0/+17 |
| | | | | | | • added to SPArrayAdditions.m - (NSArray *)subarrayWithIndexes:(NSIndexSet *)indexes • added "Copy as SQL INSERT" to MainMenu (not yet activated) • added to CMCopyTable - (NSString *)selectedRowsAsSqlInserts for copying selectedRows as INSERT INTO ... string (under constructions, up to now it works for strings) | ||||
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -0/+2 |
| | |||||
* | - fixed issue #203 (backticks in identifiers not supported) | jakob | 2009-03-24 | 1 | -0/+43 |
- 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]] |