porsager / postgres

Postgres.js - The Fastest full featured PostgreSQL client for Node.js, Deno, Bun and CloudFlare
The Unlicense
7.26k stars 262 forks source link

Fix reserved connection query handler #683

Closed Digifox03 closed 11 months ago

Digifox03 commented 11 months ago

Fixed an issue that would cause an exception when the connection queue was full.

porsager commented 11 months ago

Very nice catch on the accidental shadowing there. Thank you!