-
-
Notifications
You must be signed in to change notification settings - Fork 821
ON CONFLICT
indentation for Postgres
#6660
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
ON CONFLICT
indentation for Postgres
#6660
Conversation
"SET", | ||
Indent, |
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.
I think this one should be ImplicitIndent
Hi @WillMatthews, any updates on this PR? I really wanna see this feature in the upcoming version. Many thanks! |
My apologies @cuongvd23, I've had a pretty hectic few weeks. I'll work on this today. |
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
Coverage Results ✅
|
Hoping to close #6659
I think this is the change that's needed to resolve the problem I'm seeing.
This is my first contribution here -- so I hope I'm doing everything right! Please do let me know if I'm not. 😄
Brief summary of the change made
Postgres
ON CONFLICT
statements had no indentation for theSET
or inside theSET
stmt. See #6659 for an example of the lacking indentation.Are there any other side effects of this change that we should be aware of?
No known side effects.
Pull Request checklist
.yml
rule test cases intest/fixtures/rules/std_rule_cases
.TODO