aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.h
diff options
context:
space:
mode:
authorBibiko <bibiko@eva.mpg.de>2009-07-21 10:12:46 +0000
committerBibiko <bibiko@eva.mpg.de>2009-07-21 10:12:46 +0000
commit0efe2f26810e8849035ed77ddb2e642643345dee (patch)
tree2345d2e53e8fa1f8a4a307c9ab9d9cf58bcfe288 /Source/CustomQuery.h
parent77dc856cf9057f559203cedc49014afeafb08d43 (diff)
downloadsequelpro-0efe2f26810e8849035ed77ddb2e642643345dee.tar.gz
sequelpro-0efe2f26810e8849035ed77ddb2e642643345dee.tar.bz2
sequelpro-0efe2f26810e8849035ed77ddb2e642643345dee.zip
• fixed bug if the table sorting query in Custom Query gave an error
- SP tried to select the erroneous part in customQueryView which could lead to an range exception - now it shows a proper error message - it suppresses column highlighting and setting of the NSSortIndicator
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r--Source/CustomQuery.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h
index 47be44c7..57b8ee85 100644
--- a/Source/CustomQuery.h
+++ b/Source/CustomQuery.h
@@ -95,7 +95,8 @@
NSArray *cqColumnDefinition;
NSString *lastExecutedQuery;
- BOOL tableReloadAfterEdting;
+ BOOL tableReloadAfterEditing;
+ BOOL queryIsTableSorter;
BOOL isDesc;
NSNumber *sortField;
BOOL tempAlertWasShown; // a temp value for nightly builts