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

Fix status line display of the executed SQL command, part 2 #434

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

amotl
Copy link
Member

@amotl amotl commented Mar 19, 2024

After recent improvements (GH-432), SQL command arguments came through verbatim:

DENY DQL, DML, DDL, AL ON SCHEMA sys TO test;
DENY DQL, DML, DDL, AL OK, 1 row affected (0.082 sec)

This fixes it to just display the effective SQL command, without any arguments:

DENY OK, 1 row affected (0.082 sec)

After recent improvements, SQL command _arguments_ came through
verbatim:

   DENY DQL, DML, DDL, AL ON SCHEMA sys TO test;
   DENY DQL, DML, DDL, AL OK, 1 row affected (0.082 sec)

This fixes it to just display the effective SQL command, without any
arguments:

   DENY OK, 1 row affected (0.082 sec)
@amotl amotl requested a review from seut March 19, 2024 10:36
Copy link
Member

@seut seut left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@amotl amotl merged commit 966ca18 into master Mar 19, 2024
21 checks passed
@amotl amotl deleted the amo/fix-statusline-command-more branch March 19, 2024 12:44
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

Successfully merging this pull request may close these issues.

2 participants