Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | • added: "Copy as SQL INSERT" ^⌥⌘C | Bibiko | 2009-06-08 | 1 | -3/+15 |
| | | | | | | - up to now only available for the table content pane - supports blobs - if a primary key is given it also support (not yet loaded) blobs and long text data fields | ||||
* | • improved "Copy as SQL INSERT" (still hidden) | Bibiko | 2009-06-07 | 1 | -1/+2 |
| | | | | • disabled "Copy with Column Names" if Custom Query editor is active | ||||
* | • improved "Copy as SQL INSERT" (still hidden - can be tested if the menu ↵ | Bibiko | 2009-06-07 | 1 | -1/+6 |
| | | | | item is set to 'not hidden' in the MainMenu) | ||||
* | • moved macros enumerate() and sizeOf() to sequel-pro_Prefix.pch | Bibiko | 2009-06-06 | 1 | -0/+2 |
| | | | | | | • 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) | ||||
* | Replaced check on title with check on menu tag for Copy with Column Names ↵ | bamse16 | 2009-05-25 | 1 | -0/+2 |
| | | | | issue #233. Thanks to Ben for suggestion. | ||||
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -0/+2 |
| | |||||
* | Source tidy up including standard header for all source files. | stuconnolly | 2009-05-18 | 1 | -12/+8 |
| | |||||
* | Issue 233: Option to copy field headings from result panels | bamse16 | 2009-05-14 | 1 | -2/+2 |
| | | | | | | Implementation of copy with column names menu item Removal of copy column names | ||||
* | MERGED r262:266 from branches/stuart02 to trunk to include new project ↵ | stuconnolly | 2008-12-10 | 1 | -0/+92 |
structure. |