julianhyde / sqlline

Shell for issuing SQL to relational databases via JDBC
BSD 3-Clause "New" or "Revised" License
618 stars 146 forks source link

Improve support for older drivers #482

Open jmaurer1994 opened 1 year ago

jmaurer1994 commented 1 year ago

Wrapping the call to isClosed() in a try/catch block fixes #481 and allows queries to execute.