diff options
author | Max <post@wickenrode.com> | 2015-06-09 00:33:17 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-06-09 21:56:08 +0200 |
commit | 4a11179260951f597cf52d86581d68cd8a98b68d (patch) | |
tree | 101c44172370c66f335686d8f6f1e517a9a51f1b /Source/SPExtendedTableInfo.h | |
parent | 622bb0298ccc9b4b6c407604e977b77275c2aa3e (diff) | |
download | sequelpro-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.h | 2 |
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; |