getWarnings() method does not pass sysout messages to output stream for resultsets. #2168
Labels
Backlog
The topic in question has been recognized and added to development backlog
Enhancement
An enhancement to the driver. Lower priority than bugs.
Currently getWarnings method is not supported for resultsets. We would like to see if this feature can be added for upcoming releases.
We are using JDBC to call a Java Stored procedure(SP) in Sql Server. We are logging a few events inside the SP. The SP is returning a result set. However we are unable to retrive the logs as getWarnings method is currently not supported for resultsets.
Describe the preferred solution
getWarnings method to return the streaming information in case of an resultset return.
Describe alternatives you've considered
Alternatives would be to use a messaging queue to log the messages,however it is cumbersome.
The text was updated successfully, but these errors were encountered: