From 7587849d307c6c0a7fa11ddbc2ee48af87ab9087 Mon Sep 17 00:00:00 2001 From: Bibiko Date: Mon, 1 Nov 2010 11:04:01 +0000 Subject: =?UTF-8?q?=E2=80=A2=20improved=20Structure=20editing=20logic=20to?= =?UTF-8?q?=20allow=20to=20choose=20auto=5Fincrement=20for=20Extra=20only?= =?UTF-8?q?=20if=20table=20has=20no=20auto=5Fincrement=20field=20set=20sin?= =?UTF-8?q?ce=20MySQL=20allows=20only=20one=20auto=20column=20-=20the=20us?= =?UTF-8?q?er=20has=20still=20the=20chance=20to=20type=20'auto=5Fincrement?= =?UTF-8?q?'=20into=20the=20Extra=20manually?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/SPTableStructure.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/SPTableStructure.h') diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h index 1ae392f4..fe13b944 100644 --- a/Source/SPTableStructure.h +++ b/Source/SPTableStructure.h @@ -58,7 +58,7 @@ IBOutlet id viewColumnsMenu; IBOutlet id encodingPopupCell; - + MCPConnection *mySQLConnection; MCPResult *tableSourceResult; MCPResult *indexResult; @@ -73,6 +73,8 @@ NSUserDefaults *prefs; NSArray *collations; NSArray *typeSuggestions; + NSArray *extraFieldSuggestions; + BOOL isCurrentExtraAutoIncrement; BOOL isEditingRow, isEditingNewRow, isSavingRow, alertSheetOpened; } -- cgit v1.2.3