Skip to content

Commit

Permalink
0003085: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpmind-josh committed May 4, 2017
1 parent 0595053 commit 224f023
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ protected Integer mapUnknownJdbcTypeForColumn(Map<String, Object> values) {
return convertTextToLob ? Types.BLOB : Types.LONGVARCHAR;
} else if ("TEXT".equals(typeName)) {
return convertTextToLob ? Types.BLOB : Types.LONGVARCHAR;
} else if ("JSON".equals(typeName)) {
return convertTextToLob ? Types.BLOB : Types.LONGVARCHAR;
} else if ("TINYTEXT".equals(typeName)) {
return convertTextToLob ? Types.BLOB : Types.LONGVARCHAR;
}
Expand Down

0 comments on commit 224f023

Please sign in to comment.