You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.AbstractMethodError: Receiver class does not define or inherit an implementation of the resolved method 'abstract boolean isClosed()' of interface java.sql.ResultSet.
#481
Open
jmaurer1994 opened this issue
Jun 27, 2023
· 1 comment
· May be fixed by #482
i saw your proposed fix #482 but I don't think that catching errors is a good idea. If a driver doesn't have the required methods to run on a particular JDK I don't think that sqlline should be trying to apply duck tape.
Hello!
I was trying to use sqlline with an older system/driver and encountered the below error:
It seems like this happens if the driver was built with an older version of java (different driver, same issue):
https://www.ibm.com/support/pages/why-does-isclosed-throw-exception-when-used-resultset
Joe
The text was updated successfully, but these errors were encountered: