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

Commit abe71d6c by Daniel Durante

Merge branch 'master' into milestones/2.0.0

2 parents 7bd3a064 74f3420d
Showing with 1 additions and 1 deletions
...@@ -118,7 +118,7 @@ module.exports = (function() { ...@@ -118,7 +118,7 @@ module.exports = (function() {
if (this.pooling) { if (this.pooling) {
// acquire client from pool // acquire client from pool
this.poolIdentifier = this.pg.pools.getOrCreate(this.sequelize.config) this.poolIdentifier = this.pg.pools.getOrCreate(uri)
this.poolIdentifier.connect(connectCallback) this.poolIdentifier.connect(connectCallback)
} else { } else {
if (!!this.client) { if (!!this.client) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!