aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableContent.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2011-10-05 00:39:05 +0000
committerrowanbeentje <rowan@beent.je>2011-10-05 00:39:05 +0000
commit31f17d3c4b1be994b647c133196c82c11db4328f (patch)
tree0f6a50f5b86fe912b6f0e325a89726279a2e3f44 /Source/SPTableContent.h
parentc9aad8326e53f9544bc10e9bae6bb2a7697cbffa (diff)
downloadsequelpro-31f17d3c4b1be994b647c133196c82c11db4328f.tar.gz
sequelpro-31f17d3c4b1be994b647c133196c82c11db4328f.tar.bz2
sequelpro-31f17d3c4b1be994b647c133196c82c11db4328f.zip
- 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
Diffstat (limited to 'Source/SPTableContent.h')
-rw-r--r--Source/SPTableContent.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPTableContent.h b/Source/SPTableContent.h
index 2f571e70..4592de53 100644
--- a/Source/SPTableContent.h
+++ b/Source/SPTableContent.h
@@ -232,6 +232,7 @@
- (void)sortTableTaskWithColumn:(NSTableColumn *)tableColumn;
- (void)showErrorSheetWith:(id)error;
- (void)processFieldEditorResult:(id)data contextInfo:(NSDictionary*)contextInfo;
+- (void)saveViewCellValue:(id)anObject forTableColumn:(NSTableColumn *)aTableColumn row:(NSUInteger)rowIndex;
// Retrieving and setting table state
- (NSString *) sortColumnName;