-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
docgen: add DO statement diagram #140680
Merged
Merged
docgen: add DO statement diagram #140680
+16
−5
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It looks like your PR touches production code but doesn't add or edit any test code. Did you consider adding tests to your PR? 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
a76e61d
to
84c1558
Compare
DrewKimball
approved these changes
Feb 7, 2025
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
84c1558
to
283e8be
Compare
283e8be
to
38f1665
Compare
bors r=DrewKimball |
craig bot
pushed a commit
that referenced
this pull request
Feb 12, 2025
141384: docgen: update DO statement diagram r=DrewKimball a=taroface Correct the SQL diagram for `DO` blocks added in #140680. In the previous statement, `routine_body_str` could not be placed before `LANGUAGE PLPGSQL`, and an empty `DO` statement was allowed. The corrected statement: <img width="374" alt="image" src="https://github.com/user-attachments/assets/21772a89-994b-4836-a79f-09d4d00091bf" /> Epic: none Release note: none Release justification: non-production code change Co-authored-by: Ryan Kuo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added a SQL statement diagram for
DO
. The diagram looks like this:This is necessary for the accompanying docs PR: cockroachdb/docs#19356
Epic: none
Release note: none
Release justification: non-production code change