diff options
author | Bibiko <bibiko@eva.mpg.de> | 2010-11-04 14:39:48 +0000 |
---|---|---|
committer | Bibiko <bibiko@eva.mpg.de> | 2010-11-04 14:39:48 +0000 |
commit | fbe74f1a65b511f79b07b5e6a91479593a0e17bb (patch) | |
tree | 2df00b515ea763042c96fc86ea8b2673fa71e7eb /Source/SPCustomQuery.h | |
parent | efc5a0e98e86838300426606e8e649bdb96f68f6 (diff) | |
download | sequelpro-fbe74f1a65b511f79b07b5e6a91479593a0e17bb.tar.gz sequelpro-fbe74f1a65b511f79b07b5e6a91479593a0e17bb.tar.bz2 sequelpro-fbe74f1a65b511f79b07b5e6a91479593a0e17bb.zip |
• started to implement auto-completion for aliases
- first sketch should work for 90% of all cases - fine-tuning will follow soon
- this follows issue 880
Diffstat (limited to 'Source/SPCustomQuery.h')
-rw-r--r-- | Source/SPCustomQuery.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h index 2af48886..d1147ecb 100644 --- a/Source/SPCustomQuery.h +++ b/Source/SPCustomQuery.h @@ -244,7 +244,7 @@ - (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database includeBlobs:(BOOL)includeBlobs; - (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSInteger)columnIndex; - (NSUInteger)numberOfQueries; - +- (NSRange)currentQueryRange; - (NSString *)buildHistoryString; - (void)addHistoryEntry:(NSString *)entryString; |