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

Return first result set only when run multiple query at one time

Open disabledman opened this issue 1 year ago • 0 comments

Which driver are you using and version of it (Ex: PostgreSQL 10.0): MSSQL 2019

Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): Build 292

The steps to reproduce this issue:

  1. Query string as below SELECT TOP 1 * FROM tablea; SELECT TOP 1 * FROM tableb;
  2. Run All

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

disabledman avatar Feb 13 '25 08:02 disabledman