-
Notifications
You must be signed in to change notification settings - Fork 35
Add 42NAD and 42NAE #413
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
base: dev
Are you sure you want to change the base?
Add 42NAD and 42NAE #413
Conversation
l-heemann
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
renetapopova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @HannesSandberg. Could you also add an explanation, examples, and so on?
54ab97d to
a7039dc
Compare
a7039dc to
8011b36
Compare
renetapopova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I left one question.
|
|
||
| To resolve this issue, make sure that there is no existing auth rule with the same name before calling the create command. | ||
|
|
||
| Another solution is to use the `IF NOT EXISTS` clause in the drop command to avoid the error if the auth rule already exists. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Another solution is to use the `IF NOT EXISTS` clause in the drop command to avoid the error if the auth rule already exists. | |
| Another solution is to use the `IF NOT EXISTS` clause in the create command to avoid the error if the auth rule already exists. |
|
This PR includes documentation updates New pages: Updated pages: |
Similar codes as
42N10and42N13but for auth rules.