Skip to content

Commit

Permalink
0003545: Overridden method.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipmarzullo64 committed May 13, 2019
1 parent 99695c5 commit aadf37e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -82,6 +82,7 @@ public boolean isDataTruncationViolation(Throwable ex) {
return dataTruncationViolation;
}

@Override
protected void setBitValue(PreparedStatement ps, int i, Object arg, int argType) throws SQLException {
if(argType == Types.BIT && arg != null && arg instanceof Number) {
Number n = (Number) arg;
Expand Down

0 comments on commit aadf37e

Please sign in to comment.