mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Update packages/pg/lib/result.js
Co-authored-by: Charmander <~@charmander.me>
This commit is contained in:
parent
7d3aee06ca
commit
0bdc6afe64
@ -98,7 +98,7 @@ class Result {
|
||||
this._parsers[i] = types.getTypeParser(desc.dataTypeID, desc.format || 'text')
|
||||
}
|
||||
}
|
||||
this._prebuiltEmptyResultObject = row
|
||||
this._prebuiltEmptyResultObject = { ...row }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user