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

fix: NPE was thrown when getting an array of structs from a ResultSet #445

Merged
merged 1 commit into from Apr 28, 2021

Commits on Apr 27, 2021

  1. fix: NPE was thrown when getting an array of structs from a ResultSet

    A NullPointerException was thrown if a ResultSet contained an array of Structs and
    the getArray() method was called on the column.
    
    Fixes #444
    olavloite committed Apr 27, 2021
    Copy the full SHA
    b968eec View commit details
    Browse the repository at this point in the history