deepsourcestatus / test-repository

Unflattened CASE statements in ELSE clause SQL-L058
Anti-pattern
Minor
1 occurrence in this check
Nested 'CASE' statement in 'ELSE' clause could be flattened
 6       ci.relname AS index_name,
 7       CASE i.indisclustered
 8         WHEN TRUE THEN 1
 9         ELSE CASE am.amname10           WHEN 'hash' THEN 2
11           ELSE 3
12         END