Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(createPoolCluster): add pattern and selector to promise-based `ge…
…tConnection` (#3017) 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
- Loading branch information