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

Add Grant option to ora:grantObjectPermission #23

Open
zpanderson opened this issue Apr 27, 2016 · 1 comment
Open

Add Grant option to ora:grantObjectPermission #23

zpanderson opened this issue Apr 27, 2016 · 1 comment

Comments

@zpanderson
Copy link

zpanderson commented Apr 27, 2016

It would be nice to have the "grant option" added to grantObjectPermission

<sql>grant select,insert,update,delete on ${tableName} to ${schema} with grant option</sql>

to

<ora:grantObjectPermission recipientList="${schema}" objectName="${tableName}" select="true" insert="true" update="true" delete="true" grant="true"/>

┆Issue is synchronized with this Jira Bug by Unito

@gillsuGeorge
Copy link
Contributor

added in #26

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

2 participants