提交 202c267d authored 作者: Evgenij Ryazanov's avatar Evgenij Ryazanov

Do not call ColumnResolver.getValue() twice

上级 dc05455d
...@@ -186,7 +186,6 @@ public class ExpressionColumn extends Expression { ...@@ -186,7 +186,6 @@ public class ExpressionColumn extends Expression {
} }
Value value = columnResolver.getValue(column); Value value = columnResolver.getValue(column);
if (value == null) { if (value == null) {
columnResolver.getValue(column);
if (select == null) { if (select == null) {
throw DbException.get(ErrorCode.NULL_NOT_ALLOWED, getSQL()); throw DbException.get(ErrorCode.NULL_NOT_ALLOWED, getSQL());
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论