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

If executing command than DQL, return result instead of no data prompt #404

Closed
dnlw07 opened this issue Oct 4, 2019 · 4 comments
Closed
Assignees
Labels
feature request New issue opened using "Feature request" template
Milestone

Comments

@dnlw07
Copy link

dnlw07 commented Oct 4, 2019

Is your feature request related to a problem? Please describe.
While executing command other than DQL, no data prompt is shown. As instead success or failure result should be shown.

For example:
GRANT SELECT ON OWNER.TABLE TO ANOTHER_OWNER;

DML script returns query output:
screenshot 26

As instead DML script should return output like: Script executed successfully

@dnlw07 dnlw07 added the feature request New issue opened using "Feature request" template label Oct 4, 2019
@mtxr
Copy link
Owner

mtxr commented Nov 3, 2019

@dnlw07 Can you provide more details about this?

Examples, screenshots and an expected behavior?

Which driver are you using?

@mtxr mtxr added the needs more info Awaiting response from reporter label Nov 3, 2019
@dnlw07
Copy link
Author

dnlw07 commented Nov 3, 2019

comment updated

@mtxr
Copy link
Owner

mtxr commented Nov 3, 2019

Hmm, I see. That's something very annoying. The message is there, but hidden in the message panel ;p

@mtxr mtxr removed the needs more info Awaiting response from reporter label Nov 3, 2019
@mtxr mtxr added this to the v0.21 milestone Nov 3, 2019
@mtxr mtxr self-assigned this Nov 3, 2019
@dnlw07
Copy link
Author

dnlw07 commented Nov 3, 2019

Oh good to know! I keep my terminal closed while working with databases :)

It's not that much annoying, but in the beginning when I started working with the extension, I got a false impression that scripts other than DQL are not executing properly.

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
Projects
None yet
Development

No branches or pull requests

2 participants