rdbc-io/rdbc-pgsql

Connection validation is broken for closed connections

Opened this issue · 0 comments

validate method now returns IllegalSessionStateException if connection is already closed. It should return ConnectionValidationException in this case. It should still return IllegalSessionStateException if connection is in use though