aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r--Source/SPTableContent.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m
index fc879e6c..a1fe54c5 100644
--- a/Source/SPTableContent.m
+++ b/Source/SPTableContent.m
@@ -3997,7 +3997,7 @@
// By holding ⌘, ⇧, or/and ⌥ copies selected rows as SQL INSERTS
// otherwise \t delimited lines
if([[NSApp currentEvent] modifierFlags] & (NSCommandKeyMask|NSShiftKeyMask|NSAlternateKeyMask))
- tmp = [tableContentView selectedRowsAsSqlInserts];
+ tmp = [tableContentView rowsAsSqlInsertsOnlySelectedRows:YES];
else
tmp = [tableContentView draggedRowsAsTabString];