Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple queries possible? #37

Open
ReneFroger opened this issue Feb 21, 2016 · 2 comments
Open

Multiple queries possible? #37

ReneFroger opened this issue Feb 21, 2016 · 2 comments

Comments

@ReneFroger
Copy link

Is it possible to use EDBI query editor with multiple queries like:

INSERT INTO table_name (column1,column2,column3,...)
VALUES (foo1,foo2,foo3,...);
INSERT INTO table_name (column1,column2,column3,...)
VALUES (bar1,bar2,bar3,...);
INSERT INTO table_name (column1,column2,column3,...)
VALUES (foo4,foo5,foo6,...);
INSERT INTO table_name (column1,column2,column3,...)
VALUES (bar4,bar5,bar6,...);

Instead one query to evaluate per once in EDBI query editor?

@kiwanami
Copy link
Owner

It is not possible in the current implementation.
If the region is activated in query editor, the selected SQL would be executed.

I also need the multiple SQL execution, but the displaying results is little difficult problem, rather than SQL parsing.

@ReneFroger
Copy link
Author

What about displaying the result of the latest query?

For example, you have two queries that deletes records. EDBI result window will display the latest stdout from the latest query.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants