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.
2 parents 734a2cb + f978cc6 commit 4160da4Copy full SHA for 4160da4
lib/query.js
@@ -61,7 +61,7 @@ p.handleDataRow = function(msg) {
61
row[self._fieldNames[i]] = self._fieldConverters[i](rawValue);
62
}
63
64
- self.emit('row', row);
+ self.emit('row', row, self._result);
65
66
//if there is a callback collect rows
67
if(self.callback) {
0 commit comments