浏览代码

HPCC-15640 Do not mark unresolved selections from modules as constant

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 9 年之前
父节点
当前提交
1566434825
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ecl/hql/hqlexpr.cpp

+ 1 - 0
ecl/hql/hqlexpr.cpp

@@ -1665,6 +1665,7 @@ bool checkConstant(node_operator op)
     case no_loopcounter:
     case no_sequence:
     case no_table:
+    case no_delayedselect:
         return false;
     // following are currently not implemented in the const folder - can enable if they are.
     case no_global: