Open lucdesa opened 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
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
Please answer the questions below, it helps us to track the issue.
Which driver are you using and version of it (Ex: PostgreSQL 10.0): SQL server express native client 11.0
Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): 4.8.6 (186)
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;
remark: run all queries works for SQLITE database
Noted: If the bug is related to data, please attach an example SQL data.