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 61773d4 commit 3de84e6Copy full SHA for 3de84e6
packages/pg-native/lib/build-result.js
@@ -29,7 +29,7 @@ class Result {
29
dataTypeID: pq.ftype(x),
30
}
31
32
- this._prebuiltEmptyResultObject = {...row}
+ this._prebuiltEmptyResultObject = { ...row }
33
34
35
consumeRows(pq) {
0 commit comments