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

GrantOnStep.on(String) and RevokeOnStep.on(String) should wrap String argument in Name #10418

Closed
lukaseder opened this issue Jul 17, 2020 · 1 comment

Comments

@lukaseder
Copy link
Member

Most DDL statements don't support plain SQL API, so a String table argument corresponds to wrapping table(name(table)), not table(table)

@lukaseder
Copy link
Member Author

This is an incompatible change of behaviour, as the default is now to quote names when they're passed as strings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant