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 d99b574 commit 8faf8a0Copy full SHA for 8faf8a0
packages/pg-cursor/index.js
@@ -28,6 +28,9 @@ util.inherits(Cursor, EventEmitter)
28
Cursor.prototype._ifNoData = function () {
29
this.state = 'idle'
30
this._shiftQueue()
31
+ if (this.connection) {
32
+ this.connection.removeListener('rowDescription', this._rowDescription)
33
+ }
34
}
35
36
Cursor.prototype._rowDescription = function () {
0 commit comments