Open Orlion opened 4 months ago
当mysql查询sql的表名为关键词时执行sql会返回Err: 数据脱敏异常:Inception Error: print_info.get("errmsg")
数据脱敏异常:Inception Error: print_info.get("errmsg")
select * from point limit 1
错误信息中的print_info.get("errmsg")没有得到执行,没有返回原始的错误信息,看了下定位到源码:https://github.com/hhyo/Archery/blob/52ce7595d4b3b6e294b49c4d9a4ce10a0992d60f/sql/engines/goinception.py#L221
print_info.get("errmsg")
这是否是一个BUG?
数据脱敏异常:Inception Error: 能够返回正确的原始错误信息
No response
1.11.2
数据库point是个保留字,请尝试select * from point limit 1 看看
point
是的,point是个保留字。但我的问题是返回的错误信息看起来不太对😄
你可以尝试输出一下print_info
问题描述
当mysql查询sql的表名为关键词时执行sql会返回Err:
数据脱敏异常:Inception Error: print_info.get("errmsg")
复现步骤
select * from point limit 1
数据脱敏异常:Inception Error: print_info.get("errmsg")
错误信息中的
print_info.get("errmsg")
没有得到执行,没有返回原始的错误信息,看了下定位到源码:https://github.com/hhyo/Archery/blob/52ce7595d4b3b6e294b49c4d9a4ce10a0992d60f/sql/engines/goinception.py#L221这是否是一个BUG?
预期外的结果
数据脱敏异常:Inception Error: 能够返回正确的原始错误信息
日志文本
No response
版本
1.11.2