Skip to content

Commit

Permalink
[CONJ-842] Byte array parameters are not send as long data
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Nov 16, 2020
1 parent 8cafdf9 commit 884e7b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ public boolean isNullData() {
}

public boolean isLongData() {
return false;
return true;
}
}

0 comments on commit 884e7b9

Please sign in to comment.