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

Only one tab is show with run all queries

Open lucdesa opened this issue 3 years ago • 2 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): SQL server express native client 11.0

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): 4.8.6 (186)

  3. The steps to reproduce this issue: Run all query gives only one tab result view mode set to split tabs run all queries query: select distinct(hist_keyw), hist_context, hist_lnr from Historiek where hist_context in ('DIAGNOSES', 'ZIEKTEN') group by hist_context, hist_keyw, hist_lnr;

select * from historiek;

2022-01-05_11h48_14 remark: run all queries works for SQLITE database

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

lucdesa avatar Jan 05 '22 11:01 lucdesa

Hi @lucdesa, thank you for your feedback. But I could not see anything in your attached photo. Could you please attach another bigger? By the way, we have not supported this feature in SQL Server database. Sorry for this inconvenience

sonswift avatar Jan 05 '22 11:01 sonswift

That explains it why it works in SQLITE but not in SQL server, although i would think that this is not database related. If both queries work why not store the results and bring them over to tabs ? Anyway are there any plans to support this feature in SQL server ? Thx Luc De Saeger

lucdesa avatar Jan 05 '22 11:01 lucdesa