crate / crate/crate-admin

Support multiple SQL queries in command textarea

Open
#426 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.