SQLServerResultSetMetaData performs checkClosed and that's causing issues #678
Labels
Bug
A bug in the driver. A high priority item that one can expect to be addressed quickly.
Work in Progress
The pull request is a work in progress
Driver version or jar name
6.3.3.jre7-preview
SQL Server version
2016
Client operating system
Windows 7
Java/JVM version
"1.8.0"
Problem description
The following example can be found in the javadocs of java.sql.ResultSetMetaData
I've a similar operation which uses
org.springframework.jdbc.object.MappingSqlQuery<T>
to execute the query and then gets hold of ResultSetMetaData object.The call
getColumnCount
works fine with jTDS but not withmssql
driver asSQLServerResultSetMetaData
checks whether the connection is closed.I might be missing something but could not figure it out. Thanks.
The text was updated successfully, but these errors were encountered: