forked from google/zetasql
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: grant/revoke statement with extensions (#57)
* feat: add privilege name * feat: support grant option * test: add show grants test * feat: add object type * feat: support grant path * fix: fix comment * update enum * fix: revert grant_path in grant statement class * fix: fix revoke * refact: rm grant path node * refactor: redesign grant/revoke stmt * correct location for ".*" --------- Co-authored-by: dl239 <[email protected]>
- Loading branch information
1 parent
3fabac8
commit 18146d1
Showing
7 changed files
with
596 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.