-
Notifications
You must be signed in to change notification settings - Fork 185
invalid identifier error thrown when using "join_by" #770
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
Comments
Is it the same on develop version? |
not tested. |
Quick fix |
It will be same. |
Quick fix was my initial thought too. It's not a clean solution though. |
Will look onto that |
…ich can result in error due to missing privs to internal function
…ich can result in error due to missing privs to internal function
Closing as it's fixed by #773 |
Here's an example:
When running as user
SCOTT
I get the following output:Works when running as
ut3
,ut3_latest_release
orut3_tester
.I guess some grants are missing.
The text was updated successfully, but these errors were encountered: