There was an error while loading. Please reload this page.
1 parent c1d3a14 commit 17dbb64Copy full SHA for 17dbb64
lib/connection.js
@@ -478,7 +478,7 @@ Connection.prototype.parseField = function(buffer) {
478
};
479
480
var DATA_ROW = 'dataRow';
481
-var DataRowMessage = function(name, length, fieldCount) {
+var DataRowMessage = function(length, fieldCount) {
482
this.name = DATA_ROW;
483
this.length = length;
484
this.fieldCount = fieldCount;
0 commit comments