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): PostgreSQL
Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): 234
The steps to reproduce this issue:
Create a single SQL file inside a folder ( I have a simple update field query). If you run a query with file open with "Run Current" button, all works fine, but when i right click on query file and click run it append the query and adds additional concatenated queries.
Noted: If the bug is related to data, please attach an example SQL data.
Actual SQL query inside the query file.
After I click run, opens new query and add additional queries, which obviously does not run and fails.
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): PostgreSQL
Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): 234
The steps to reproduce this issue: Create a single SQL file inside a folder ( I have a simple update field query). If you run a query with file open with "Run Current" button, all works fine, but when i right click on query file and click run it append the query and adds additional concatenated queries.
Noted: If the bug is related to data, please attach an example SQL data.
Actual SQL query inside the query file.
After I click run, opens new query and add additional queries, which obviously does not run and fails.
Hope this is clear enough.