diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-03-03 19:49:20 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-03-03 19:49:20 +0000 |
commit | a10a86f1326aff47e4b045c987ec8159181ad4ff (patch) | |
tree | 2bb04ee1644b7f582f561908d47ce29d4482b549 /Source/TableDump.h | |
parent | 0c303c40066f65fa0739f43b46aecca1172d2ddc (diff) | |
download | sequelpro-a10a86f1326aff47e4b045c987ec8159181ad4ff.tar.gz sequelpro-a10a86f1326aff47e4b045c987ec8159181ad4ff.tar.bz2 sequelpro-a10a86f1326aff47e4b045c987ec8159181ad4ff.zip |
• CSV Import Field Mapper
- further work on UPDATE (not yet activated)
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 14149aa5..3855fe57 100644 --- a/Source/TableDump.h +++ b/Source/TableDump.h @@ -115,6 +115,7 @@ typedef enum _SPExportModes { NSInteger fieldMapperSheetStatus; BOOL fieldMappingArrayHasGlobalVariables; BOOL csvImportMethodHasTail; + BOOL insertRemainingRowsAfterUpdate; NSUInteger exportMode; NSUserDefaults *prefs; |