diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-01 12:39:41 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-01 12:39:41 +0000 |
commit | e7a050e4426b519885e826fe50b4db54177dceda (patch) | |
tree | 3212120983f40c6198bc3ab49fe96489ac041695 /Source/SPTableStructure.h | |
parent | 7587849d307c6c0a7fa11ddbc2ee48af87ab9087 (diff) | |
download | sequelpro-e7a050e4426b519885e826fe50b4db54177dceda.tar.gz sequelpro-e7a050e4426b519885e826fe50b4db54177dceda.tar.bz2 sequelpro-e7a050e4426b519885e826fe50b4db54177dceda.zip |
• TableStructure sheet to ask for the to be used index of an auto_increment field now runs doc-modal not app-modal
- the used strategy is to ask the user for an index whenever the user set the Extra field to 'auto_increment' and not as part of the 'addRowToDb' method
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r-- | Source/SPTableStructure.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h index fe13b944..c7b47e1a 100644 --- a/Source/SPTableStructure.h +++ b/Source/SPTableStructure.h @@ -75,6 +75,7 @@ NSArray *typeSuggestions; NSArray *extraFieldSuggestions; BOOL isCurrentExtraAutoIncrement; + NSString *autoIncrementIndex; BOOL isEditingRow, isEditingNewRow, isSavingRow, alertSheetOpened; } @@ -96,9 +97,6 @@ // Index sheet methods - (IBAction)closeSheet:(id)sender; -// Key sheet methods -- (IBAction)closeKeySheet:(id)sender; - // Additional methods - (void)setConnection:(MCPConnection *)theConnection; - (NSArray *)fetchResultAsArray:(MCPResult *)theResult; |