vscode-database-client
vscode-database-client copied to clipboard
[BUG] it only shows me single result when there are multiple results
- OS: win10
- Database Type: mysql
after i add a procedure which contains multiple select statements to a table and call it, those select statements should all be run and get some results, but i can only get one single result in the result view, see it as

and btw i can't use the page key for it was locked

Results pages have always been designed for single results, I have no plans to support multiple results at this time.
Results pages have always been designed for single results, I have no plans to support multiple results at this time.
alright, so is there any other method for me to see all the results at the same time
and what are the < and > page keys designed for? the results view show me there's Total 1 but actually there are two results?
It is used to paginate the results.

lol, okok, i got it, then may you provide me a method to solve my problem please, orz
Multiple result have been supported in version 6.1.4.