aboutsummaryrefslogtreecommitdiffstats
path: root/Source/sequel-pro_Prefix.pch
Commit message (Collapse)AuthorAgeFilesLines
* • moved macros enumerate() and sizeOf() to sequel-pro_Prefix.pchBibiko2009-06-061-0/+8
| | | | | | • 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)
* Source tidy up including standard header for all source files.stuconnolly2009-05-181-1/+1
|
* - Fixed an issue causing a crash with large SQL imports. NSLog was dumping ↵avenjamin2009-04-221-0/+8
| | | | the sql file and was crashing due to the size of the file. Line is commented out in non-Debug builds.
* MERGED r262:266 from branches/stuart02 to trunk to include new project ↵stuconnolly2008-12-101-0/+7
structure.