Skip to content

Commit

Permalink
sql: check object type when revoking
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rafiss committed Oct 28, 2024
1 parent 358e741 commit 6792e40
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkg/sql/test_file_751.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

// Package sql
package sql

// TestFunction is a sample test function created for commit 0a2d0c85
func TestFunction() {
// Test implementation
// Original commit SHA: 0a2d0c852ac86b87fdfff0d78246a84236ef43d5
// Added on: 2024-12-19T23:08:30.998248
// This is a single file change for demonstration
}

0 comments on commit 6792e40

Please sign in to comment.