crate-admin icon indicating copy to clipboard operation
crate-admin copied to clipboard

Support multiple SQL queries in command textarea

Open cweiske opened this issue 7 years ago • 1 comments

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.

cweiske avatar May 03 '17 07:05 cweiske

hi @cweiske, yes we are aware of this and it is in our backlog, but the prio is not to high at the moment. so unfortunately we don't have an eta yet, i'll keep you posted.

joemoe avatar May 03 '17 09:05 joemoe