瀏覽代碼

Merge pull request #8719 from ghalliday/issue15640

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

Reviewed-By: Jamie Noss <james.noss@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 9 年之前
父節點
當前提交
fee3360379
共有 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: