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

getWarnings() method does not pass sysout messages to output stream for resultsets. #2168

Open
ramanathnayak opened this issue Jul 17, 2023 · 1 comment
Labels
Backlog The topic in question has been recognized and added to development backlog Enhancement An enhancement to the driver. Lower priority than bugs.
Projects

Comments

@ramanathnayak
Copy link

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.

@tkyc
Copy link
Member

tkyc commented Jul 17, 2023

Marking this as an enhancement/feature. Our team will triage this in our next semester planning.

@tkyc tkyc added the Enhancement An enhancement to the driver. Lower priority than bugs. label Jul 17, 2023
@lilgreenbird lilgreenbird added this to Under Investigation in MSSQL JDBC via automation Aug 16, 2023
@lilgreenbird lilgreenbird moved this from Under Investigation to Backlog in MSSQL JDBC Aug 16, 2023
@lilgreenbird lilgreenbird added the Backlog The topic in question has been recognized and added to development backlog label Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backlog The topic in question has been recognized and added to development backlog Enhancement An enhancement to the driver. Lower priority than bugs.
Projects
MSSQL JDBC
  
Backlog
Development

No branches or pull requests

3 participants