Skip to content

Commit ab995bb

Browse files
committed
Comments & cleanup
1 parent ba231d5 commit ab995bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/pg/lib/query.js

-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ class Query extends EventEmitter {
3131
this.isPreparedStatement = false
3232
this._canceledDueToError = false
3333
this._promise = null
34-
this._hasSentSync = false
3534
}
3635

3736
requiresPreparation() {

packages/pg/test/integration/gh-issues/2085-tests.js

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ var assert = require('assert')
44

55
const suite = new helper.Suite()
66

7+
// allow skipping of this test via env var for
8+
// local testing when you don't have SSL set up
79
if (process.env.PGTESTNOSSL) {
810
return
911
}

0 commit comments

Comments
 (0)