Skip to content

Commit

Permalink
hmmm. need to investigate this a bit more.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Aug 27, 2010
1 parent 23bb638 commit 954943a
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -1105,9 +1105,9 @@ public Object[] getObjectValues(BinaryEncoding encoding, String[] values,
} else if (type == Types.TIME) {
objectValue = new Time(getTime(value, TIME_PATTERNS));
}
}
}
list.add(objectValue);
}
list.add(objectValue);
} catch (Exception ex) {
logger.error("DbDialectTroubleConvertingColumnValue", value, column.getName(),
column.getType());
Expand Down

0 comments on commit 954943a

Please sign in to comment.