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

Commit 74f3420d by Daniel Durante

Merge pull request #821 from durango/postgres-con

Postgres connector manager should now be able agnostic as to whether or ...
2 parents c22a6191 b874e032
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!