Skip to content

Commit cd28542

Browse files
add G-4387 to appendix
1 parent d0e91a9 commit cd28542

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/9-appendix/appendix.md

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ n/a | 4365 | Never use unconditional CONTINUE or EXIT in a loop. | Major | | |
8787
46 | 4375 | Always use EXIT WHEN instead of an IF statement to exit from a loop. | Minor | | | ✘ | | | | |
8888
47 | 4380 | Try to label your EXIT WHEN statements. | Minor | | | ✘ | | | | |
8989
48 | 4385 | Never use a cursor for loop to check whether a cursor returns data. | Critical | | ✘ | | | | | |
90+
n/a | 4387 | !!!CHARACTERISTIC ERROR!!! | Blocker | | ✘ | | | ✘ | | |
9091
49 | 4390 | Avoid use of unreferenced FOR loop indexes. | Major | | ✘ | | | | | |
9192
50 | 4395 | Avoid hard-coded upper or lower bound values with FOR loops. | Minor | ✘ | | ✘ | | | | |
9293
n/a | 5010 | Try to use a error/logging framework for your application. | Critical | | | | | ✘ | ✘ | | ✘

0 commit comments

Comments
 (0)