We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba231d5 commit ab995bbCopy full SHA for ab995bb
packages/pg/lib/query.js
@@ -31,7 +31,6 @@ class Query extends EventEmitter {
31
this.isPreparedStatement = false
32
this._canceledDueToError = false
33
this._promise = null
34
- this._hasSentSync = false
35
}
36
37
requiresPreparation() {
packages/pg/test/integration/gh-issues/2085-tests.js
@@ -4,6 +4,8 @@ var assert = require('assert')
4
5
const suite = new helper.Suite()
6
7
+// allow skipping of this test via env var for
8
+// local testing when you don't have SSL set up
9
if (process.env.PGTESTNOSSL) {
10
return
11
0 commit comments