Commit ab7c49f
authored
fix(createPoolCluster): add pattern and selector to promise-based
The implementation of `PromisePoolCluster#getConnection` does not match the capabilities of `PoolCluster#getConnection` nor the definition in `promise.d.ts`.
This change corrects this by adding the missing `pattern` and `selector` parameters which are passed through to the underlying method.
Fixes #1381getConnection (#3017)1 parent dc3a680 commit ab7c49f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | | - | |
| 457 | + | |
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| |||
0 commit comments