TablePlus / TablePlus-Windows

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

When executing a file that contains many queries errors in those queries are hidden #597

Open nneil opened 1 year ago

nneil commented 1 year ago

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):

Mysql

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

226 - please make it so I can copy this from the help page

To reproduce:

Create an SQL file with many queries in it. For example creating many views.

This example works:

select sdfksdf;

select * from t1;

Execute all the queries with Ctrl-Shift-Enter

The pane beneath the SQL shows a separate tab for each query (40 in my case). The last one is open and says "OK".

I need to step though each result tab to find the broken query (if any).

Please highlight and describe errors in a scrollable list, so I don't need to click.