Skip to content

Commit

Permalink
SYMMETRICDS-588
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Feb 28, 2012
1 parent 5d2f079 commit b0ea5ea
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -164,11 +164,6 @@ protected Column readColumn(DatabaseMetaDataWrapper metaData, Map<String, Object
// Note that the JDBC driver returns DECIMAL for these NUMBER
// columns
switch (column.getSizeAsInt()) {
case 1:
if (column.getScale() == 0) {
column.setTypeCode(Types.BIT);
}
break;
case 3:
if (column.getScale() == 0) {
column.setTypeCode(Types.TINYINT);
Expand Down

0 comments on commit b0ea5ea

Please sign in to comment.