Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pattern and selector to PromisePoolCluster#getConnection
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 #1381 Note: I may have missed them, but I didn't see any tests for PromisePoolCluster to update or add to with this change.
- Loading branch information