Skip to content

Commit

Permalink
SYMMETRICDS-543 - set jdbc type name
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Nov 17, 2011
1 parent e4341c8 commit 2e794ec
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -795,6 +795,7 @@ protected Column readColumn(DatabaseMetaDataWrapper metaData, Map<String, Object
column.setTypeCode((Integer) values.get("DATA_TYPE"));
}

column.setJdbcTypeName((String)values.get("TYPE_NAME"));
column.setPrecisionRadix(((Integer) values.get("NUM_PREC_RADIX")).intValue());

String size = (String) values.get("COLUMN_SIZE");
Expand Down

0 comments on commit 2e794ec

Please sign in to comment.