prisma / quaint

SQL Query AST and Visitor for Rust
Apache License 2.0
583 stars 61 forks source link

Mark connection as unhealthy if closed #283

Closed pimeys closed 3 years ago

pimeys commented 3 years ago

The querying connection will error out as connection closed, then mark itself as dead and the pool will not give it back to anybody else.

Closes: https://github.com/prisma/quaint/issues/273