We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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查询时可以成功脱敏,但是对不同表进行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
The text was updated successfully, but these errors were encountered:
这个问题之前应该已经修复过了,可以更新最新版本试下
Sorry, something went wrong.
#1516
好的,谢谢,我升级看看!
No branches or pull requests
重现步骤
对同一张表进行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
The text was updated successfully, but these errors were encountered: