You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/9-appendix/appendix.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ n/a | 7125 | Always use CREATE OR REPLACE instead of CREATE alone. | Minor | |
100
100
62 | 7130 | Always use parameters or pull in definitions rather than referencing external variables in a local program unit. | Major | | | ✘ | | ✘ | | | ✘
101
101
63 | 7140 | Always ensure that locally defined procedures or functions are referenced. | Major | | | ✘ | | ✘ | | |
n/a | 7160 | Always explicitly state parameter mode. | Major | | | ✘ | | | | |
103
+
68 | 7160 | Always explicitly state parameter mode. | Major | | | ✘ | | | | |
104
104
n/a | 7170 | Avoid using an IN OUT parameter as IN or OUT only. | Major | | ✘ | ✘ | | | | |
105
105
65 | 7210 | Try to keep your packages small. Include only few procedures and functions that are used in the same context. | Minor | | ✘ | ✘ | | | | |
106
106
66 | 7220 | Always use forward declaration for private functions and procedures. | Minor | ✘ | | | | | | |
0 commit comments