From 02097a03b20a58957149e68ad484fd2769831481 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 16 Nov 2009 23:35:20 +0000 Subject: - Correctly report errors triggered *during* result download for streaming results. This improves partial content displays (using the new code as of r1530) and also improves custom query error reporting. --- Source/TableContent.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source') diff --git a/Source/TableContent.m b/Source/TableContent.m index d5c9e8d1..fbce4b33 100644 --- a/Source/TableContent.m +++ b/Source/TableContent.m @@ -553,7 +553,7 @@ [self processResultIntoDataStorage:streamingResult approximateRowCount:[prefs integerForKey:SPLimitResultsValue]]; [streamingResult release]; } - + if ([mySQLConnection queryCancelled] || ![[mySQLConnection getLastErrorMessage] isEqualToString:@""]) isInterruptedLoad = YES; else -- cgit v1.2.3