diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-02-05 16:41:07 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-02-05 16:41:07 +0000 |
commit | 843eeb2b7af11b97bdcdb9f332a9ee44dae49c0f (patch) | |
tree | e81636cae149f61f50cf07eb89cf66ec50e38581 /Source/CustomQuery.h | |
parent | 004b17bd21089d22f353a8fea7790ec4d3982325 (diff) | |
download | sequelpro-843eeb2b7af11b97bdcdb9f332a9ee44dae49c0f.tar.gz sequelpro-843eeb2b7af11b97bdcdb9f332a9ee44dae49c0f.tar.bz2 sequelpro-843eeb2b7af11b97bdcdb9f332a9ee44dae49c0f.zip |
• fixed synchronisation of history lists if more than one instance of the same SPF file is open
- simplified code a bit
Diffstat (limited to 'Source/CustomQuery.h')
-rw-r--r-- | Source/CustomQuery.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/CustomQuery.h b/Source/CustomQuery.h index 8994a7e3..15f0dba6 100644 --- a/Source/CustomQuery.h +++ b/Source/CustomQuery.h @@ -210,6 +210,9 @@ - (NSString *)usedQuery; - (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database; - (NSUInteger)numberOfQueries; + - (NSString *)buildHistoryString; +- (void)historyItemsHaveBeenUpdated:(id)manager; + @end |