diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-03-22 18:32:44 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-03-22 18:32:44 +0000 |
commit | 6728ccd128a5320256ac51c0a617f0c76b331ea7 (patch) | |
tree | 2fb01ae702a56ba3c3cdee10e421abb8ff98eda8 /Source/SPFieldMapperController.h | |
parent | 3934c544c9b2e2f77227864ad9c91bd8bb1077fe (diff) | |
download | sequelpro-6728ccd128a5320256ac51c0a617f0c76b331ea7.tar.gz sequelpro-6728ccd128a5320256ac51c0a617f0c76b331ea7.tar.bz2 sequelpro-6728ccd128a5320256ac51c0a617f0c76b331ea7.zip |
• CSV Import Field Mapper
- added the chance to mark a global value as SQL statement in the sheet to allow to use a calculated value like LENGTH(`foo`) or NOW() while inserting/replacing/updating
• added ^⌥⌘N short-cut Navigator (still hidden)
Diffstat (limited to 'Source/SPFieldMapperController.h')
-rw-r--r-- | Source/SPFieldMapperController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPFieldMapperController.h b/Source/SPFieldMapperController.h index d291399f..ed66979c 100644 --- a/Source/SPFieldMapperController.h +++ b/Source/SPFieldMapperController.h @@ -83,6 +83,7 @@ NSMutableArray *fieldMappingOperatorOptions; NSMutableArray *fieldMappingOperatorArray; NSMutableArray *fieldMappingGlobalValues; + NSMutableArray *fieldMappingGlobalValuesSQLMarked; NSMutableArray *fieldMappingTableDefaultValues; NSNumber *doImport; |