mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Merge remote branch 'chowey/patch2'
This commit is contained in:
commit
4160da4de3
@ -61,7 +61,7 @@ p.handleDataRow = function(msg) {
|
||||
row[self._fieldNames[i]] = self._fieldConverters[i](rawValue);
|
||||
}
|
||||
}
|
||||
self.emit('row', row);
|
||||
self.emit('row', row, self._result);
|
||||
|
||||
//if there is a callback collect rows
|
||||
if(self.callback) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user