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

union all语句脱敏失效 #1922

Closed
dengdalue opened this issue Oct 19, 2022 · 3 comments
Closed

union all语句脱敏失效 #1922

dengdalue opened this issue Oct 19, 2022 · 3 comments

Comments

@dengdalue
Copy link

重现步骤

对同一张表进行union all查询时可以成功脱敏,但是对不同表进行union all查询时脱敏就失效了,比如:
select code from mem_0
union all
select code from mem_0
可以成功脱敏;

select code from mem_0
union all
select code from mem_1
无法成功脱敏。

预期外的结果

对不同表进行union all查询时脱敏就失效了

日志文本

No response

版本

1.8.5

部署方式

Docker

是否还有其他可以辅助定位问题的信息?比如数据库版本等

MySQL: 5.7.38
Browsers: Chrome
goInception: v1.3.0-1-g140054c-dirty
redis: 5

@nick2wang
Copy link
Collaborator

这个问题之前应该已经修复过了,可以更新最新版本试下
image
image

@hhyo
Copy link
Owner

hhyo commented Oct 19, 2022

#1516

@dengdalue
Copy link
Author

好的,谢谢,我升级看看!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants