aboutsummaryrefslogtreecommitdiffstats
path: root/TableDump.h
diff options
context:
space:
mode:
authoravenjamin <avenjamin@gmail.com>2008-12-05 16:22:43 +0000
committeravenjamin <avenjamin@gmail.com>2008-12-05 16:22:43 +0000
commitb0699390ce20fa73ddbb704b4532a10716ae9cab (patch)
treebca174d73fdb632a6ca84180198a535475482f03 /TableDump.h
parent4e7cc2be76b5a38dd6d1ef3512abf080f1b50e73 (diff)
downloadsequelpro-b0699390ce20fa73ddbb704b4532a10716ae9cab.tar.gz
sequelpro-b0699390ce20fa73ddbb704b4532a10716ae9cab.tar.bz2
sequelpro-b0699390ce20fa73ddbb704b4532a10716ae9cab.zip
TableDump
--- Field mapping when importing CSV file now makes more sense. You can import data into multiple columns in the table. Known Issue: changing table while field mapping doesn't work. Select the table first before importing TableContent --- Partially solves issue where label at bottom "x of y rows selected" wasn't being updated TablesList --- Moved table delegate methods under correct pragma mark
Diffstat (limited to 'TableDump.h')
-rw-r--r--TableDump.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TableDump.h b/TableDump.h
index 25c574c8..092999cc 100644
--- a/TableDump.h
+++ b/TableDump.h
@@ -36,7 +36,7 @@
IBOutlet id tableContentInstance;
IBOutlet id customQueryInstance;
- IBOutlet id tableWindow;
+ IBOutlet id tableWindow;
IBOutlet id exportDumpView;
IBOutlet id exportCSVView;
IBOutlet id exportMultipleCSVView;