提交 e7211e7e authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Do not include other commands to SQL of CommandContainer

上级 0707251f
......@@ -710,6 +710,9 @@ public class Parser {
CommandContainer.clearCTE(session, p);
throw t;
}
if (parseIndex < sql.length()) {
sql = sql.substring(0, parseIndex);
}
return new CommandContainer(session, sql, p);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论