Skip to content

Commit

Permalink
Merge pull request #1295 from Sequel-Ace/fix-1282-CopyAsSQLInsert
Browse files Browse the repository at this point in the history
#changed - Remove GeneratedColumn from 'Copy as SQL Insert' #1282
  • Loading branch information
Jason-Morcos committed Dec 25, 2021
2 parents 20caa19 + 13bb3ce commit 06794a4
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 160 deletions.
2 changes: 1 addition & 1 deletion Source/Views/TableViews/SPCopyTable.h
Expand Up @@ -126,7 +126,7 @@ extern NSInteger SPEditMenuCopyAsSQLNoAutoInc;
* @param A bool to skip AUTO_INCREMENT column
* @result SQL to insert the rows
*/
- (NSString *)rowsAsSqlInsertsOnlySelectedRows:(BOOL)onlySelected skipAutoIncrementColumn:(BOOL)skipAutoIncrementColumn;
- (NSString *)rowsAsSqlInsertsOnlySelectedRows:(BOOL)onlySelected skipAutoIncrementColumn:(BOOL)skipAutoIncrementColumn skipGeneratedColumn:(BOOL)skipGeneratedColumn;

/*!
* Generate a string in form of INSERT INTO <table> VALUES () of
Expand Down

0 comments on commit 06794a4

Please sign in to comment.