We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e3a75 commit faa0f38Copy full SHA for faa0f38
packages/pg/lib/connection-parameters.js
@@ -61,7 +61,7 @@ var ConnectionParameters = function (config) {
61
Object.defineProperty(this, 'password', {
62
enumerable: false,
63
configurable: false,
64
- writable: false,
+ writable: true,
65
value: password
66
})
67
0 commit comments