aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPExtendedTableInfo.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-06-09 00:33:17 +0200
committerMax <post@wickenrode.com>2015-06-09 21:56:08 +0200
commit4a11179260951f597cf52d86581d68cd8a98b68d (patch)
tree101c44172370c66f335686d8f6f1e517a9a51f1b /Source/SPExtendedTableInfo.h
parent622bb0298ccc9b4b6c407604e977b77275c2aa3e (diff)
downloadsequelpro-4a11179260951f597cf52d86581d68cd8a98b68d.tar.gz
sequelpro-4a11179260951f597cf52d86581d68cd8a98b68d.tar.bz2
sequelpro-4a11179260951f597cf52d86581d68cd8a98b68d.zip
Setting large auto_increment values (> 1000) could be misinterpreted as decimal values in some cases (fixes #2130)
Diffstat (limited to 'Source/SPExtendedTableInfo.h')
-rw-r--r--Source/SPExtendedTableInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPExtendedTableInfo.h b/Source/SPExtendedTableInfo.h
index 3af8b523..9dd249d9 100644
--- a/Source/SPExtendedTableInfo.h
+++ b/Source/SPExtendedTableInfo.h
@@ -75,7 +75,7 @@
- (IBAction)updateTableEncoding:(id)sender;
- (IBAction)updateTableCollation:(id)sender;
- (IBAction)resetAutoIncrement:(id)sender;
-- (IBAction)resetAutoIncrementValueWasEdited:(id)sender;
+- (IBAction)tableRowAutoIncrementWasEdited:(id)sender;
// Others
- (void)loadTable:(NSString *)table;