From da1616e9c31fd922fef7ed567a28dfdd788bcb0c Mon Sep 17 00:00:00 2001 From: Bibiko Date: Sun, 7 Jun 2009 21:40:06 +0000 Subject: =?UTF-8?q?=E2=80=A2=20improved=20"Copy=20as=20SQL=20INSERT"=20(st?= =?UTF-8?q?ill=20hidden)=20=E2=80=A2=20disabled=20"Copy=20with=20Column=20?= =?UTF-8?q?Names"=20if=20Custom=20Query=20editor=20is=20active?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/TableContent.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/TableContent.m') diff --git a/Source/TableContent.m b/Source/TableContent.m index a5e17db4..7c548307 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -154,7 +154,8 @@ theColumns = [tableDataInstance columns]; columnNames = [tableDataInstance columnNames]; - [tableContentView setColumnDefinitions:theColumns]; + // Init copyTable with necessary information for copying selected rows as SQL INSERT + [tableContentView setTableInfoWithColumns:theColumns withTable:selectedTable]; // Retrieve the total number of rows of the current table // to adjustify "Limit From:" -- cgit v1.2.3