From 1e763cd2567e14266120fc45f7b3de9135b79d37 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Tue, 20 Mar 2012 01:45:27 +0000 Subject: - Fix exceptions when using Show Optimized Field Type in the Structure pane contextual menu --- Source/SPTableStructure.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/SPTableStructure.m b/Source/SPTableStructure.m index 2fbd6b5b..085cc558 100644 --- a/Source/SPTableStructure.m +++ b/Source/SPTableStructure.m @@ -547,6 +547,7 @@ return; } + [theResult setReturnDataAsStrings:YES]; NSDictionary *analysisResult = [theResult getRowAsDictionary]; NSString *type = [analysisResult objectForKey:@"Optimal_fieldtype"]; -- cgit v1.2.3