diff options
author | rowanbeentje <rowan@beent.je> | 2012-03-22 23:46:36 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-03-22 23:46:36 +0000 |
commit | 760c9b1c387ab827839b77db259537b97a1a8522 (patch) | |
tree | 94c086066453448537a07f3855a8303d71dad551 /Source/SPFieldMapperController.h | |
parent | 24f89a873caf37947f0447ff870ca4c8d55c453e (diff) | |
download | sequelpro-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.h | 2 |
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; |