diff options
author | rowanbeentje <rowan@beent.je> | 2009-11-11 01:08:29 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-11-11 01:08:29 +0000 |
commit | ae2abb7fb1a1f902939ca3d419f1f81cb95726f1 (patch) | |
tree | ec60be61d7a1e738363e3146734bdfb3627e5a43 /Source/TableDump.h | |
parent | f7f1c7bd05538feca61f735f6039e548f9d7ad5e (diff) | |
download | sequelpro-ae2abb7fb1a1f902939ca3d419f1f81cb95726f1.tar.gz sequelpro-ae2abb7fb1a1f902939ca3d419f1f81cb95726f1.tar.bz2 sequelpro-ae2abb7fb1a1f902939ca3d419f1f81cb95726f1.zip |
- Rewrite field mapping table selection logic - simplified logic, no longer tied to table list selection. Much faster selection of table to import into if, eg, content view is selected. Fixes weird crashes.
- No longer display views as import targets
- When one import has been cancelled, still allow new imports
- Improve error reporting
- No longer re-sort table/view/etc names returned by TablesList as preferred order is being used for display and the default compare: reverts this
Diffstat (limited to 'Source/TableDump.h')
-rw-r--r-- | Source/TableDump.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/TableDump.h b/Source/TableDump.h index 28d8107d..a9831c41 100644 --- a/Source/TableDump.h +++ b/Source/TableDump.h @@ -99,6 +99,7 @@ NSMutableArray *tables; NSArray *fieldMappingImportArray; BOOL fieldMappingImportArrayIsPreview; + NSMutableArray *fieldMappingTableColumnNames; NSMutableArray *fieldMappingArray; NSMutableArray *fieldMappingButtonOptions; int fieldMappingCurrentRow; |