Connection pool parameter connectionTimeout
is not applied on version 45.6.0.
Steps to reproduce:
- Run
node ./45.6.0
- no timeout error is thrown. - Run
node ./31.4.2
- on an older version, timeout is thrown as expected. You can validate that the reproduction scripts are identical. The only difference is that one usessql`...`
, and anothersql.unsafe`...`
.