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/SPTableData.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Source/SPTableData.h') diff --git a/Source/SPTableData.h b/Source/SPTableData.h index b978acc4..cb24d51f 100644 --- a/Source/SPTableData.h +++ b/Source/SPTableData.h @@ -42,9 +42,12 @@ MCPConnection *mySQLConnection; BOOL isWorking; + BOOL tableHasAutoIncrementField; + } @property (readwrite, assign) BOOL isWorking; +@property (readonly, assign) BOOL tableHasAutoIncrementField; - (void) setConnection:(MCPConnection *)theConnection; - (NSString *) tableEncoding; -- cgit v1.2.3