aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPFieldMapperController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-03-22 23:46:36 +0000
committerrowanbeentje <rowan@beent.je>2012-03-22 23:46:36 +0000
commit760c9b1c387ab827839b77db259537b97a1a8522 (patch)
tree94c086066453448537a07f3855a8303d71dad551 /Source/SPFieldMapperController.h
parent24f89a873caf37947f0447ff870ca4c8d55c453e (diff)
downloadsequelpro-760c9b1c387ab827839b77db259537b97a1a8522.tar.gz
sequelpro-760c9b1c387ab827839b77db259537b97a1a8522.tar.bz2
sequelpro-760c9b1c387ab827839b77db259537b97a1a8522.zip
- Alter the import field mapper controller to support multiple primary keys in its current syntax builder by using the improved getter.
Diffstat (limited to 'Source/SPFieldMapperController.h')
-rw-r--r--Source/SPFieldMapperController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPFieldMapperController.h b/Source/SPFieldMapperController.h
index 6fb31b8e..bf88890c 100644
--- a/Source/SPFieldMapperController.h
+++ b/Source/SPFieldMapperController.h
@@ -125,7 +125,7 @@
BOOL newTableMode;
BOOL addGlobalSheetIsOpen;
- NSString *primaryKeyField;
+ NSArray *primaryKeyFields;
NSNumber *lastDisabledCSVFieldcolumn;
SPMySQLConnection *mySQLConnection;