vscode-database-client icon indicating copy to clipboard operation
vscode-database-client copied to clipboard

[BUG] it only shows me single result when there are multiple results

Open Jason-Libra opened this issue 3 years ago • 5 comments

  • 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 image

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

Jason-Libra avatar May 17 '22 08:05 Jason-Libra

Results pages have always been designed for single results, I have no plans to support multiple results at this time.

cweijan avatar May 17 '22 08:05 cweijan

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

Jason-Libra avatar May 17 '22 08:05 Jason-Libra

and what are the < and > page keys designed for? the results view show me there's Total 1 but actually there are two results?

Jason-Libra avatar May 17 '22 08:05 Jason-Libra

It is used to paginate the results. image

cweijan avatar May 17 '22 09:05 cweijan

lol, okok, i got it, then may you provide me a method to solve my problem please, orz

Jason-Libra avatar May 17 '22 09:05 Jason-Libra

Multiple result have been supported in version 6.1.4.

cweijan avatar Jan 31 '23 07:01 cweijan