When I execute SELECT * FROM INFORMATION_SCHEMA.SEQUENCES, the connection gets closed, with an exception indicating that the "variant" data type is not supported. Consider throwing SQLServerException with a state other than com.microsoft.sqlserver.jdbc.SQLServerException.EXCEPTION_XOPEN_CONNECTION_FAILURE, and not closing the database connection.
Please let me know if you need more information.
When I execute
SELECT * FROM INFORMATION_SCHEMA.SEQUENCES, the connection gets closed, with an exception indicating that the "variant" data type is not supported. Consider throwingSQLServerExceptionwith a state other thancom.microsoft.sqlserver.jdbc.SQLServerException.EXCEPTION_XOPEN_CONNECTION_FAILURE, and not closing the database connection.Please let me know if you need more information.