We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c495b commit e6d2c59Copy full SHA for e6d2c59
lib/thin/protocol/messages/withData.js
@@ -721,7 +721,7 @@ class MessageWithData extends Message {
721
this.writeBindParamsColumn(buf, variable, variable.values[i]);
722
}
723
} else {
724
- if (variable.maxSize > buf.caps.maxStringSize) {
+ if ((!this.statement.isPlSql) && variable.maxSize > buf.caps.maxStringSize) {
725
foundLong = true;
726
727
this.writeBindParamsColumn(buf, variable,
0 commit comments