Support multiple SQL queries in command textarea
Open
complexity: no estimate
feature
feature: console
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
The SQL command text area only allows a single SQL statement. When entering multiple ones separated by semicolons, an error occurs.
Having multiple queries is important when trying to do batch things like deleting a number of tables.
Currently, I have to:
Copy&paste query 1, submit.
Select query in textarea and delete. Copy&paste query2, submit.
Select query in textarea and delete. Copy&paste query3, submit.
And so on. This is tedious.
Contributor guide
Assessment
This issue has not been assessed yet.