瀏覽代碼

HPCC-22297 Ensure case of fields is preserved in hqlir output

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

+ 4 - 0
ecl/hql/hqlir.cpp

@@ -2000,6 +2000,10 @@ id_t ExpressionIRPlayer::doProcessExpr(IHqlExpression * expr)
     case no_selfref:
     case no_right:
         break;
+    case no_field:
+        info.id = expr->queryId();
+        info.name = expr->queryName();
+        break;
     default:
         info.name = expr->queryName();
         break;