Skip to content

Breaks on tables with column-level permissions #60

Open
@ColonelPanic-42

Description

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 *.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions