Skip to content

Commit 8085b40

Browse files
update characteristics of G-4387 in appendix.md
1 parent 2a03f5b commit 8085b40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/9-appendix/appendix.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +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 | | ✘ | | | ✘ | | |
90+
n/a | 4387 | Never use a FOR LOOP for a query that should return not more than one row. | Blocker | | ✘ | ✘ | | ✘ | | |
9191
49 | 4390 | Avoid use of unreferenced FOR loop indexes. | Major | | ✘ | | | | | |
9292
50 | 4395 | Avoid hard-coded upper or lower bound values with FOR loops. | Minor | ✘ | | ✘ | | | | |
9393
n/a | 5010 | Try to use a error/logging framework for your application. | Critical | | | | | ✘ | ✘ | | ✘

0 commit comments

Comments
 (0)