不要怂,就是干,撸起袖子干!

Commit b874e032 by Daniel Durante

Postgres connector manager should now be able agnostic as to whether or not you …

…have an environment variable called USER. Closes #819
1 parent c22a6191
Showing with 1 additions and 1 deletions
......@@ -118,7 +118,7 @@ module.exports = (function() {
if (this.pooling) {
// acquire client from pool
this.poolIdentifier = this.pg.pools.getOrCreate(this.sequelize.config)
this.poolIdentifier = this.pg.pools.getOrCreate(uri)
this.poolIdentifier.connect(connectCallback)
} else {
if (!!this.client) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!