Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zhicwu committed Feb 7, 2021
1 parent d6d502e commit af57f24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ protected final void write(PreparedStatement stmt, ColumnDefinition[] cols, Quer
stmt.setInt(i, buffer.readUInt8());
break;
case UInt16:
stmt.setInt(i, buffer.readUInt8());
stmt.setInt(i, buffer.readUInt16());
break;
case UInt32:
stmt.setLong(i, buffer.readUInt32());
Expand Down

0 comments on commit af57f24

Please sign in to comment.