Feature request: AFAICT there is no concept of "is this connection still alive" in the connection pool system.
Adding something like that might be nice. The easiest way (on my head) I can think of to implement this would be "at checkout time" it performs some trivial check like "select 1" or what not, before returning a connection, or something similar.
Thanks!