From e9aef1487ae6f889b5c98b48263a95140e89a274 Mon Sep 17 00:00:00 2001 From: avenjamin Date: Fri, 5 Dec 2008 16:53:23 +0000 Subject: Changing table in field mapping sheet when importing CSV file now correctly imports the data into selected table. Known Issue: a table must be selected in TABLES list before choosing Import... menu. --- TableDump.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TableDump.m b/TableDump.m index fd614817..93204438 100644 --- a/TableDump.m +++ b/TableDump.m @@ -547,7 +547,7 @@ //perform query [mySQLConnection queryString:[NSString stringWithFormat:@"INSERT INTO `%@` (%@) VALUES (%@)", - [tablesListInstance table], + [fieldMappingPopup titleOfSelectedItem], fNames, fValues]]; -- cgit v1.2.3