aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2012-03-20 01:45:27 +0000
committerrowanbeentje <rowan@beent.je>2012-03-20 01:45:27 +0000
commit1e763cd2567e14266120fc45f7b3de9135b79d37 (patch)
treedaf82102e4d35ec7e931e99bbb822637d8a69e50 /Source
parentbe12cd54abe6cc10ccb61fca3d5f27032d983506 (diff)
downloadsequelpro-1e763cd2567e14266120fc45f7b3de9135b79d37.tar.gz
sequelpro-1e763cd2567e14266120fc45f7b3de9135b79d37.tar.bz2
sequelpro-1e763cd2567e14266120fc45f7b3de9135b79d37.zip
- Fix exceptions when using Show Optimized Field Type in the Structure pane contextual menu
Diffstat (limited to 'Source')
-rw-r--r--Source/SPTableStructure.m1
1 files changed, 1 insertions, 0 deletions
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"];