From 31f17d3c4b1be994b647c133196c82c11db4328f Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Wed, 5 Oct 2011 00:39:05 +0000 Subject: - Rework table data saving to ensure that cells that should be edited via the edit sheet aren't then overwritten by the cell value, potentially causing data truncation in 10.5. This addresses Issue 1196. - Consolidate field editing in sheet logic --- Source/SPCustomQuery.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPCustomQuery.h') diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h index 8d289f70..014fc599 100644 --- a/Source/SPCustomQuery.h +++ b/Source/SPCustomQuery.h @@ -278,6 +278,7 @@ - (void)commentOutCurrentQueryTakingSelection:(BOOL)takeSelection; - (NSString *)usedQuery; - (NSString *)argumentForRow:(NSUInteger)rowIndex ofTable:(NSString *)tableForColumn andDatabase:(NSString *)database includeBlobs:(BOOL)includeBlobs; +- (void)saveCellValue:(id)anObject forTableColumn:(NSTableColumn *)aTableColumn row:(NSUInteger)rowIndex; - (NSArray*)fieldEditStatusForRow:(NSInteger)rowIndex andColumn:(NSNumber *)columnIndex; - (NSUInteger)numberOfQueries; - (NSRange)currentQueryRange; -- cgit v1.2.3