Skip to content

Commit 5ba3e80

Browse files
Update db-access-in-ut.md
1 parent 5505fe5 commit 5ba3e80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/checks/db-access-in-ut.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Statements like: SELECT, EXEC SQL, COMMIT, COMMIT WORK, ROLLBACK, INSERT, DELETE
1212

1313
· RISK LEVEL HARMLESS or missing RISK LEVEL classification --> These DB Operation will be forbidden/reported: COMMIT, DELETE, INSERT, MODIFY, ROLLBACK, SELECT and UPDATE statements on persistent DDIC tables;
1414

15-
· RISK LEVEL DANGEROUS/CRITICAL --> UPDATE, MODIFY DELETE, COMMIT, ROLLBACK operation(s) on persistent DDIC tables will be forbidden/reported.
16-
17-
OBS: For more details on RISK LEVEL classification, please refer to the last section of this page.
15+
· RISK LEVEL DANGEROUS/CRITICAL --> UPDATE, MODIFY DELETE, COMMIT, ROLLBACK operation(s) on persistent DDIC tables will be forbidden/reported.
16+
17+
REMARK: For more details on RISK LEVEL classification, please refer to the last two sections of this page.
1818

1919
Besides, test classes having AMDP (this happens only in productive mode) are already excluded from the scope of the check (in other words, exempted) since the Check is only applicable on test-code. Again, data access should be always mocked. For the mocking, one of these alternatives should be used:
2020

0 commit comments

Comments
 (0)