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

[Replicated] release-23.1: sql: check object type when revoking privilege #95

Merged
merged 1 commit into from
Dec 19, 2024

Conversation

mohini-crl
Copy link
Owner

Replicated from original PR cockroachdb#133706

Original author: blathers-crl[bot]
Original creation date: 2024-10-29T18:50:10Z

Original reviewers: Dedej-Bergin

Original description:

Backport 1/1 commits from cockroachdb#133607 on behalf of @rafiss.

/cc @cockroachdb/release


fixes cockroachdb#131157
Release note (bug fix): Fix an unhandled error that could occur when using REVOKE ... ON SEQUENCE FROM ... user on an object that is not a sequence.


Release justification: bug fix

Release note (bug fix): Fix an unhandled error that could occur when
using `REVOKE ... ON SEQUENCE FROM ... user` on an object that is not a
sequence.
@mohini-crl mohini-crl merged commit c7e4b0d into master Dec 19, 2024
1 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sql: Internal Error when using incorrect type in REVOKE statement
2 participants