mirror of
https://github.com/knex/knex.git
synced 2025-12-27 15:08:47 +00:00
don't throw away the postgres client's password
broken by tgriesser/knex#390
This commit is contained in:
parent
571f233cac
commit
ab4c6dabbc
@ -108,6 +108,7 @@ Client_PG.prototype.acquireRawConnection = Promise.method(function(callback) {
|
||||
database : connection.connectionParameters.database,
|
||||
port : connection.connectionParameters.port,
|
||||
host : connection.connectionParameters.host,
|
||||
password : connection.connectionParameters.password
|
||||
};
|
||||
|
||||
return new Promise(function(resolver, rejecter) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user