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 b0c5778 commit 43f2c27Copy full SHA for 43f2c27
packages/pg/lib/connection-parameters.js
@@ -7,7 +7,7 @@ const defaults = require('./defaults')
7
const parse = require('pg-connection-string').parse // parses a connection string
8
9
const val = function (key, config, envVar) {
10
- if (config[key] !== undefined) {
+ if (config[key]) {
11
return config[key]
12
}
13
0 commit comments