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 8d493f3 commit ea878f8Copy full SHA for ea878f8
packages/pg/lib/connection.js
@@ -22,7 +22,6 @@ class Connection extends EventEmitter {
22
23
this._keepAlive = config.keepAlive
24
this._keepAliveInitialDelayMillis = config.keepAliveInitialDelayMillis
25
- this.lastBuffer = false
26
this.parsedStatements = {}
27
this.ssl = config.ssl || false
28
this._ending = false
0 commit comments