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

Add a config option to suppress "Insert" SQL Console Messages #894

Open
FHCRPO opened this issue Dec 21, 2021 · 1 comment
Open

Add a config option to suppress "Insert" SQL Console Messages #894

FHCRPO opened this issue Dec 21, 2021 · 1 comment
Labels
feature request New issue opened using "Feature request" template ui/ux

Comments

@FHCRPO
Copy link

FHCRPO commented Dec 21, 2021

Is your feature request related to a problem? Please describe.
As a user, when I create a TEMP table, then add a ton of inserts into that table the SQL Results display opens a ton of tabs stating that each insert was successful. I would like there to be a config option to suppress adding a tab per insert statement in the SQL Results view.

Given that I have configured SQL Tools to suppress INSERT messages to the SQL Results window and I am CREATING a TEMP table
When I fill that temp table using INSERT statements
The SQL Results window does not have a tab for each INSERT statement.

@FHCRPO FHCRPO added the feature request New issue opened using "Feature request" template label Dec 21, 2021
@treyerl
Copy link

treyerl commented Feb 15, 2023

Same thing for UPDATE statements. This is standard behavior in dBeaver: result tabs are opened only for SELECT statements. A config option would be cool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New issue opened using "Feature request" template ui/ux
Projects
None yet
Development

No branches or pull requests

3 participants