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

Breaks on tables with column-level permissions #60

Open
ColonelPanic-42 opened this issue Apr 19, 2022 · 0 comments
Open

Breaks on tables with column-level permissions #60

ColonelPanic-42 opened this issue Apr 19, 2022 · 0 comments

Comments

@ColonelPanic-42
Copy link

This plugin uses * to return all columns on selected/inserted/updated rows. When executed by an unprivileged user who only has permission to certain columns, this of course causes the request to fail as it tries to access inaccessible columns.

If possible, the query should be generated to only return the columns actually requested rather than using *.

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

1 participant