TablePlus-Windows icon indicating copy to clipboard operation
TablePlus-Windows copied to clipboard

Windows version of TablePlus does not return multiple set of resultset when using stored procedure

Open SKYKR opened this issue 1 year ago • 0 comments

Please answer the questions below, it helps us to track the issue.

  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): mySQL 8.x

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): latest as of now

  3. The steps to reproduce this issue: create a procedure and do SELECT 1; SELECT 2; then it would only return the first one and not the second one.But the thing is that MacOS version of TablePlus returns 2 resultsets and working ok.

Noted: If the bug is related to data, please attach an example SQL data.

SKYKR avatar Aug 09 '24 04:08 SKYKR