diff options
author | rowanbeentje <rowan@beent.je> | 2012-03-20 01:45:27 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-03-20 01:45:27 +0000 |
commit | 1e763cd2567e14266120fc45f7b3de9135b79d37 (patch) | |
tree | daf82102e4d35ec7e931e99bbb822637d8a69e50 /Source/SPTableStructure.m | |
parent | be12cd54abe6cc10ccb61fca3d5f27032d983506 (diff) | |
download | sequelpro-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/SPTableStructure.m')
-rw-r--r-- | Source/SPTableStructure.m | 1 |
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"]; |