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
The ResultSetMetaData uses the connection object, but some result sets are created without a connection (e.g. metadata result sets). This can result in a NullPointerException, for example when calling getPrecision(int) on a double precision or float column.
The text was updated successfully, but these errors were encountered:
mrotteveel
changed the title
ResultSetMetaData uses connection which if null can lead to IllegalStateException
ResultSetMetaData uses connection which if null can lead to NullPointerException
Jan 11, 2023
The
ResultSetMetaData
uses the connection object, but some result sets are created without a connection (e.g. metadata result sets). This can result in a NullPointerException, for example when callinggetPrecision(int)
on a double precision or float column.The text was updated successfully, but these errors were encountered: