-
Notifications
You must be signed in to change notification settings - Fork 7
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
Escape dbUser and schemaName while setting role and granting privileges #84
Comments
1t5j0y
changed the title
Escape dbUser while setting role
Escape dbUser while setting role and granting privileges
Jan 11, 2024
1t5j0y
changed the title
Escape dbUser while setting role and granting privileges
Escape dbUser and schemaName while setting role and granting privileges
Jan 11, 2024
1t5j0y
added a commit
that referenced
this issue
Mar 13, 2024
1t5j0y
added a commit
that referenced
this issue
Mar 13, 2024
1t5j0y
added a commit
to avniproject/avni-server
that referenced
this issue
Mar 13, 2024
Found an occurrence in avni-server as well and fixed it as part of this card. |
Don't we need this in
|
Fixed for the above. Insert statements already wrap schema name in quotes. |
etl-test organisation |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dbUser
andschemaName
needs to be escaped while setting role and granting privileges in the ETL app. Currently, ETL fails for dbUsers containing hyphens etc.Set Role Exception logs
Grant privileges exception
The text was updated successfully, but these errors were encountered: