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

NPE in SQLServerResultSet.getObject() #1249

Closed
albertsputa opened this issue Feb 3, 2020 · 3 comments
Closed

NPE in SQLServerResultSet.getObject() #1249

albertsputa opened this issue Feb 3, 2020 · 3 comments
Projects

Comments

@albertsputa
Copy link

Driver version

8.2.0-jre11

SQL Server version

Microsoft SQL Azure (RTM) - 12.0.2000.8

NPE occurs on:
Caused by: java.lang.NullPointerException
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getObject(SQLServerResultSet.java:2400)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getObject(SQLServerResultSet.java:2465)

and

Caused by: java.lang.NullPointerException
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getObject(SQLServerResultSet.java:2402)
at com.microsoft.sqlserver.jdbc.SQLServerResultSet.getObject(SQLServerResultSet.java:2465)

@ulvii
Copy link
Contributor

ulvii commented Feb 3, 2020

Hi @albertsputa ,
Thanks a lot for reporting the issue. We created a #1250 with the fix.

@peterbae
Copy link
Contributor

peterbae commented Feb 4, 2020

github-1249.zip

Hi @albertsputa, please try the attached zip that contains the 8.2.0 driver jars with the fix, and let me know if you encounter any other problems. Thanks!

@ulvii ulvii added this to In progress in MSSQL JDBC Feb 11, 2020
@ulvii ulvii moved this from In progress to Under Peer Review in MSSQL JDBC Feb 11, 2020
@ulvii
Copy link
Contributor

ulvii commented Feb 27, 2020

Hi @albertsputa ,

The issue is now fixed in 8.2.1 release, which can be downloaded from Download Center, Maven, GitHub.

@ulvii ulvii closed this as completed Feb 27, 2020
MSSQL JDBC automation moved this from Under Peer Review to Closed Issues Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
MSSQL JDBC
  
Closed Issues
Development

No branches or pull requests

3 participants