aboutsummaryrefslogtreecommitdiffstats
path: root/Source/TablesList.m
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2010-02-23 11:34:58 +0000
committerBibiko <bibiko@eva.mpg.de>2010-02-23 11:34:58 +0000
commitb1d29fac626ddbdcfda3bc034861c3b22e39b548 (patch)
tree97af06ea1957c982cdc1ab942dd027407ad5d6a3 /Source/TablesList.m
parenta24e9c697049bacb587835153e2ebb4764fff008 (diff)
downloadsequelpro-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/TablesList.m')
-rw-r--r--Source/TablesList.m3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/TablesList.m b/Source/TablesList.m
index b66af9fb..af7f6fdc 100644
--- a/Source/TablesList.m
+++ b/Source/TablesList.m
@@ -28,6 +28,7 @@
#import "TableSource.h"
#import "TableContent.h"
#import "SPTableData.h"
+#import "SPTableInfo.h"
#import "TableDump.h"
#import "ImageAndTextCell.h"
#import "SPStringAdditions.h"
@@ -1881,6 +1882,8 @@
// Reload the table's content view to show that it has been truncated
[tableContentInstance reloadTable:self];
+ [tableDataInstance resetStatusData];
+
}
/**