aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldMapperController.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-03-22 18:32:44 +0000
committerBibiko <bibiko@eva.mpg.de>2010-03-22 18:32:44 +0000
commit6728ccd128a5320256ac51c0a617f0c76b331ea7 (patch)
tree2fb01ae702a56ba3c3cdee10e421abb8ff98eda8 /Source/SPFieldMapperController.h
parent3934c544c9b2e2f77227864ad9c91bd8bb1077fe (diff)
downloadsequelpro-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.h1
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;