danvergara / dblab

The database client every command line junkie deserves.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FEATURE] add multiple query execution

ThiagoMowszet opened this issue · comments

Is your feature request related to a problem? Please describe..

It should be good enough to allow users to run multiple queries independently, for example:

image

Here we can see that we have 2 queries and when we try to execute the first one it fails because of a SQL syntax problem.
But if we delete the second query and execute the first one, it returns ok:

image

Is this a real problem or an upcoming feature? (maybe I'm stupid and you can execute more than one query)