瀏覽代碼

HPCC-10546 Avoid hoisting NOT <global> as a global expression

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 11 年之前
父節點
當前提交
9c7c5aa321
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ecl/hqlcpp/hqlttcpp.cpp

+ 1 - 0
ecl/hqlcpp/hqlttcpp.cpp

@@ -7254,6 +7254,7 @@ bool ScalarGlobalTransformer::isComplex(IHqlExpression * expr, bool checkGlobal)
     case no_trim:
     case no_charlen:
     case no_sorted:
+    case no_not:
         break;
     case no_substring:
         //single character substring - don't create separate items just for this, since likely to have many of them.