Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResultSetMetaData uses connection which if null can lead to NullPointerException #730

Closed
mrotteveel opened this issue Jan 11, 2023 · 0 comments

Comments

@mrotteveel
Copy link
Member

mrotteveel commented 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 calling getPrecision(int) on a double precision or float column.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment