TablePlus / TablePlus-Windows

TablePlus Windows issue tracker
https://tableplus.com
189 stars 3 forks source link

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

Open SKYKR opened 3 months ago

SKYKR commented 3 months ago

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.