diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-23 11:34:58 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-23 11:34:58 +0000 |
commit | b1d29fac626ddbdcfda3bc034861c3b22e39b548 (patch) | |
tree | 97af06ea1957c982cdc1ab942dd027407ad5d6a3 /Source/SPExtendedTableInfo.h | |
parent | a24e9c697049bacb587835153e2ebb4764fff008 (diff) | |
download | sequelpro-b1d29fac626ddbdcfda3bc034861c3b22e39b548.tar.gz sequelpro-b1d29fac626ddbdcfda3bc034861c3b22e39b548.tar.bz2 sequelpro-b1d29fac626ddbdcfda3bc034861c3b22e39b548.zip |
• Reset AUTO_INCREMENT in Table Info Pane uses inline entering of the new value (no sheet)
• "Delete all records" confirmation sheet shows a checkbox "Reset AUTO_INCREMENT after deletion" if PRI key is given for that table
• minimized table data querying for auto_inc
• optimized auto_inc change notification
• if user changes tabVIew to Table Info Pane update data in beforehand
• TRUNCATE query updates auto_inc value as well in TABLE INFORMATION
Diffstat (limited to 'Source/SPExtendedTableInfo.h')
-rw-r--r-- | Source/SPExtendedTableInfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPExtendedTableInfo.h b/Source/SPExtendedTableInfo.h index 24f38d5d..4c9d1f07 100644 --- a/Source/SPExtendedTableInfo.h +++ b/Source/SPExtendedTableInfo.h @@ -69,6 +69,7 @@ - (IBAction)updateTableEncoding:(id)sender; - (IBAction)updateTableCollation:(id)sender; - (IBAction)resetAutoIncrement:(id)sender; +- (IBAction)resetAutoIncrementValueWasEdited:(id)sender; // Others - (void)loadTable:(NSString *)table; |