Skip to content

Commit cf358cd

Browse files
committed
Fix #106 - Updated new ID for old ID 68 in appendix map
1 parent 28dbfcf commit cf358cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/9-appendix/appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ n/a | 7125 | Always use CREATE OR REPLACE instead of CREATE alone. | Minor | |
100100
62 | 7130 | Always use parameters or pull in definitions rather than referencing external variables in a local program unit. | Major | | | ✘ | | ✘ | | | ✘
101101
63 | 7140 | Always ensure that locally defined procedures or functions are referenced. | Major | | | ✘ | | ✘ | | |
102102
64 | 7150 | Try to remove unused parameters. | Minor | | ✘ | ✘ | | | | |
103-
n/a | 7160 | Always explicitly state parameter mode. | Major | | | ✘ | | | | |
103+
68 | 7160 | Always explicitly state parameter mode. | Major | | | ✘ | | | | |
104104
n/a | 7170 | Avoid using an IN OUT parameter as IN or OUT only. | Major | | ✘ | ✘ | | | | |
105105
65 | 7210 | Try to keep your packages small. Include only few procedures and functions that are used in the same context. | Minor | | ✘ | ✘ | | | | |
106106
66 | 7220 | Always use forward declaration for private functions and procedures. | Minor | ✘ | | | | | | |

docs/_appendixdata/appendix_b.map

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
65 7210
6666
66 7220
6767
67 7230
68-
68 7240
68+
68 7160
6969
69 7310
7070
70 7320
7171
71 7410

0 commit comments

Comments
 (0)