krummas / DrizzleJDBC

A BSD licensed JDBC driver for Drizzle and MySQL
BSD 3-Clause "New" or "Revised" License
31 stars 22 forks source link

Fixes issue #32 : if connection is already closed, do nothing #33

Closed StephG38 closed 9 years ago

StephG38 commented 10 years ago

Fixed issue #32 by checking connection is already closed. If so, just return.