Bladeren bron

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

Signed-off-by: Gavin Halliday <gavin.halliday@lexisnexis.com>
Gavin Halliday 11 jaren geleden
bovenliggende
commit
9c7c5aa321
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  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.