aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.m
diff options
context:
space:
mode:
authorMax <dmoagx@users.noreply.github.com>2018-04-13 01:56:10 +0200
committerMax <dmoagx@users.noreply.github.com>2018-04-13 01:56:10 +0200
commit85d65c37ccd929c0e2ef26ddf76bebb8081c1527 (patch)
tree2b0c5e92a2dd411b5c2d4c344a62e9941e36e05f /Source/SPTableContent.m
parentd5056ebd70b6eb85eb4e8160fcccf2e5424ad9f6 (diff)
downloadsequelpro-85d65c37ccd929c0e2ef26ddf76bebb8081c1527.tar.gz
sequelpro-85d65c37ccd929c0e2ef26ddf76bebb8081c1527.tar.bz2
sequelpro-85d65c37ccd929c0e2ef26ddf76bebb8081c1527.zip
Fix crash when trying to print on 10.13.4 (#3025)
Diffstat (limited to 'Source/SPTableContent.m')
-rw-r--r--Source/SPTableContent.m2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTableContent.m b/Source/SPTableContent.m
index 16f5ac99..72bdb8e1 100644
--- a/Source/SPTableContent.m
+++ b/Source/SPTableContent.m
@@ -2373,6 +2373,8 @@ static NSString *SPTableFilterSetDefaultOperator = @"SPTableFilterSetDefaultOper
/**
* Returns the current result (as shown in table content view) as array, the first object containing the field
* names as array, the following objects containing the rows as array.
+ *
+ * MUST BE CALLED ON THE UI THREAD!
*/
- (NSArray *)currentDataResultWithNULLs:(BOOL)includeNULLs hideBLOBs:(BOOL)hide
{