diff options
author | Bibiko <bibiko@eva.mpg.de> | 2009-06-24 12:44:56 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2009-06-24 12:44:56 +0000 |
commit | f22d7f580430553e2b8b5e5c2aebccc1384994c5 (patch) | |
tree | cea294501f10701814ccf4a3ed351d0e4f880c34 /Source/CustomQuery.h | |
parent | 877c99052f7964fafc92e09f2c7eed388d81c4f4 (diff) | |
download | sequelpro-f22d7f580430553e2b8b5e5c2aebccc1384994c5.tar.gz sequelpro-f22d7f580430553e2b8b5e5c2aebccc1384994c5.tar.bz2 sequelpro-f22d7f580430553e2b8b5e5c2aebccc1384994c5.zip |
• Custom Query fixes:
- preserve table width/order after editing
- updated data source code to avoid having the data twice in the memory
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r-- | Source/CustomQuery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 550ec3b2..352e6749 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -72,7 +72,6 @@ IBOutlet NSSegmentedControl *helpTargetSelector; - NSArray *queryResult; NSUserDefaults *prefs; NSMutableArray *queryFavorites; @@ -94,6 +93,7 @@ NSArray *cqColumnDefinition; NSString *lastExecutedQuery; + BOOL tableReloadAfterEdting; BOOL tempAlertWasShown; // a temp value for nightly builts } |