TablePlus-Windows
TablePlus-Windows copied to clipboard
Return first result set only when run multiple query at one time
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:
- Query string as below SELECT TOP 1 * FROM tablea; SELECT TOP 1 * FROM tableb;
- Run All
Noted: If the bug is related to data, please attach an example SQL data.