You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
由于此问题没有最近的活动,因此已被自动标记为陈旧。如果没有进一步的活动,会作为不活跃issue关闭。感谢你对本项目的贡献。 This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
描述
使用版本:1.2.5-8以及1.2.5-23
审核语句为insert into select语句,具体写法如下
insert into test1 select
*
from
test2
where
id
in ('1');审核时会出现丢失链接的情况。使用1.2.4系列版本不会出现该异常。
环境
参数
使用 --enable-check进行审核出现。仅1.2.5版本存在该类问题。
The text was updated successfully, but these errors were encountered: