提交 30d973cc authored 作者: lukaseder's avatar lukaseder

Prevent NPE in IndexCondition.toString() that may arise from debugging

上级 75cf6e26
......@@ -401,7 +401,7 @@ public class IndexCondition {
return "column=" + column +
", compareType=" + compareTypeToString(compareType) +
", expression=" + expression +
", expressionList=" + expressionList.toString() +
", expressionList=" + expressionList +
", expressionQuery=" + expressionQuery;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论