mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
Comments & cleanup
This commit is contained in:
parent
ba231d5a65
commit
ab995bbdcf
@ -31,7 +31,6 @@ class Query extends EventEmitter {
|
||||
this.isPreparedStatement = false
|
||||
this._canceledDueToError = false
|
||||
this._promise = null
|
||||
this._hasSentSync = false
|
||||
}
|
||||
|
||||
requiresPreparation() {
|
||||
|
||||
@ -4,6 +4,8 @@ var assert = require('assert')
|
||||
|
||||
const suite = new helper.Suite()
|
||||
|
||||
// allow skipping of this test via env var for
|
||||
// local testing when you don't have SSL set up
|
||||
if (process.env.PGTESTNOSSL) {
|
||||
return
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user