Skip to content

Commit 28dbfcf

Browse files
committed
Fix #104 - Fixed bad example in rule G-4210 so it only violates one rule
1 parent 525d40f commit 28dbfcf

File tree

1 file changed

+1
-1
lines changed
  • docs/4-language-usage/4-control-structures/2-case-if-decode-nvl-nvl2-coalesce

1 file changed

+1
-1
lines changed

docs/4-language-usage/4-control-structures/2-case-if-decode-nvl-nvl2-coalesce/g-4210.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
``` sql
1313
declare
14-
l_color varchar2(7 char);
14+
l_color types_up.color_code_type;
1515
begin
1616
if l_color = constants_up.co_red then
1717
my_package.do_red();

0 commit comments

Comments
 (0)