odc icon indicating copy to clipboard operation
odc copied to clipboard

[Bug]: nested case...when... constructs,Causing desensitization to fail

Open Jane201510 opened this issue 2 years ago • 2 comments

ODC version

4.2.x

OB version

all

What happened?

image nested case...when... constructs,Causing desensitization to fail

What did you expect to happen?

Normal desensitization

How can we reproduce it (as minimally and precisely as possible)?

Query sensitive columns in the following manner: SELECT column_name, CASE WHEN condition1 THEN result1 WHEN condition2 THEN CASE WHEN condition2_1 THEN result2_1 WHEN condition2_2 THEN result2_2 END WHEN condition3 THEN result3 ELSE default_result END AS alias_name FROM table_name;

Anything else we need to know?

No response

Cloud

No response

Jane201510 avatar Jan 15 '24 05:01 Jane201510

Image

pass

sl01388797 avatar Mar 27 '24 08:03 sl01388797

case when contains is null desensitization failure

tonghan-gsh avatar Sep 05 '24 06:09 tonghan-gsh