Minsheng Liu

Results 12 issues of Minsheng Liu

**Describe the bug** pooledMap's error message is unhelpful when an error comes from the input async iterable. It gives the following message: ``` Uncaught AggregateError: Cannot complete the mapping as...

bug

I noticed that if the connection handler throws any error, the connection itself is destroyed: https://github.com/gajus/slonik/blob/35543e1f956b4819c3db2af54a662c5c151b974f/packages/slonik/src/factories/createConnection.ts#L185-L196 Is this really necessary? It feels wrong when: 1. If we are simply throwing...

question