issues
search
will
/
crystal-pg
a postgres driver for crystal
BSD 3-Clause "New" or "Revised" License
463
stars
78
forks
source link
Surround call PQ::Connection#close with rescue
#170
Closed
bcardiff
closed
5 years ago
bcardiff
commented
5 years ago
The
PQ::Connection#close
might raise.
#do_close
should never raise
A call to super to clean up resources was missing
will
commented
5 years ago
Thanks for this and #169!
PQ::Connection#close
might raise.#do_close
should never raise