Skip to content

Commit 88d4ea6

Browse files
committed
Renumbered G-7240 to G-7250 to avoid conflict. G-7240 used to be "Avoid using an IN OUT parameter as IN or OUT only", but that was removed and replaced with G-7160/G-7170. Then rule "Never use RETURN in package initialization block" was created as a new G-7240, which is bad re-use of a Guideline ID. This is now fixed by renumbering to G-7250.
1 parent fb8d903 commit 88d4ea6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/4-language-usage/7-stored-objects/2-packages/g-7240.md renamed to docs/4-language-usage/7-stored-objects/2-packages/g-7250.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# G-7240: Never use RETURN in package initialization block.
1+
# G-7250: Never use RETURN in package initialization block.
22

33
!!! tip "Minor"
44
Maintainability

docs/9-appendix/appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ n/a | 7170 | Avoid using an IN OUT parameter as IN or OUT only. | Major | | &#1
102102
65 | 7210 | Try to keep your packages small. Include only few procedures and functions that are used in the same context. | Minor | | ✘ | ✘ | | | | |
103103
66 | 7220 | Always use forward declaration for private functions and procedures. | Minor | ✘ | | | | | | |
104104
67 | 7230 | Avoid declaring global variables public. | Major | | | | | ✘ | | |
105-
68 | 7240 | Never use RETURN in package initialization block. | Minor | | | ✘ | | | | |
105+
n/a | 7250 | Never use RETURN in package initialization block. | Minor | | | ✘ | | | | |
106106
69 | 7310 | Avoid standalone procedures – put your procedures in packages. | Minor | | | ✘ | | | | |
107107
70 | 7320 | Avoid using RETURN statements in a PROCEDURE. | Major | | | ✘ | | | | | ✘
108108
n/a | 7330 | Always assign values to OUT parameters. | Major | | | ✘ | | | | | ✘

0 commit comments

Comments
 (0)