TablePlus / TablePlus-Windows

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

Only one tab is show with run all queries #492

Open lucdesa opened 2 years ago

lucdesa commented 2 years 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): 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.

sonswift commented 2 years ago

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

lucdesa commented 2 years ago

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