We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91de4b9 commit b400d33Copy full SHA for b400d33
packages/pg/lib/query.js
@@ -30,7 +30,6 @@ class Query extends EventEmitter {
30
this._results = this._result
31
this.isPreparedStatement = false
32
this._canceledDueToError = false
33
- this._promise = null
34
}
35
36
requiresPreparation() {
0 commit comments