Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Data masking fails when using multiple JOIN clauses in SQL #319

Closed
smallsheeeep opened this issue Sep 13, 2023 · 1 comment · Fixed by #327
Closed

[Bug]: Data masking fails when using multiple JOIN clauses in SQL #319

smallsheeeep opened this issue Sep 13, 2023 · 1 comment · Fixed by #327
Assignees
Labels
module-Data security Parent module of data-masking, sensitive rule, masking algorithm, etc. priority-exigency type-bug Something isn't working
Milestone

Comments

@smallsheeeep
Copy link
Contributor

ODC version

4.2.1

OB version

Any

What happened?

When execute:

SELECT
  s.*
FROM
  student s
  INNER JOIN student_teacher st ON s.id = st.student_id
  INNER JOIN teacher t ON st.teacher_id = t.id;

Data masking is failed.

What did you expect to happen?

Some columns of result set should be masked.

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

Execute above SQL.

Anything else we need to know?

No response

Cloud

No response

@smallsheeeep smallsheeeep added type-bug Something isn't working priority-medium module-Data security Parent module of data-masking, sensitive rule, masking algorithm, etc. labels Sep 13, 2023
@smallsheeeep smallsheeeep added this to the ODC 4.2.2 milestone Sep 13, 2023
@smallsheeeep smallsheeeep self-assigned this Sep 13, 2023
@sl01388797
Copy link
Collaborator

Image

pass

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module-Data security Parent module of data-masking, sensitive rule, masking algorithm, etc. priority-exigency type-bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants