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
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)
The text was updated successfully, but these errors were encountered:
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!
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)
The text was updated successfully, but these errors were encountered: