From fb54e89b78a8d72c433db83ed435564770d7b895 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 9 Jun 2015 00:33:17 +0200 Subject: Setting large auto_increment values (> 1000) could be misinterpreted as decimal values in some cases (fixes #2130) --- Source/SPTableData.m | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPTableData.m') diff --git a/Source/SPTableData.m b/Source/SPTableData.m index bdd1f1db..d477b444 100644 --- a/Source/SPTableData.m +++ b/Source/SPTableData.m @@ -575,6 +575,7 @@ returningInclusively: NO ignoringQuotedStrings: NO]; if(fieldName == nil || [fieldName length] == 0) { +#warning NSAlert from background thread! (This whole function needs improvement) NSBeep(); NSAlert *alert = [[NSAlert alloc] init]; [alert addButtonWithTitle:NSLocalizedString(@"OK", @"OK button")]; -- cgit v1.2.3