From b99adb797f1eef59d133bc9c7e48ed0b85eac092 Mon Sep 17 00:00:00 2001 From: John Brestelli Date: Tue, 21 Apr 2026 16:18:20 -0400 Subject: [PATCH] Replace Oracle decode() with standard CASE WHEN in expression.dst Convert three Oracle-specific decode() calls in expressionPctProfileSetParamQuery and expressionPctSamplesParamQueryDirect templates to ANSI-standard CASE WHEN expressions for Postgres compatibility. Co-Authored-By: Claude Sonnet 4.6 --- Model/lib/dst/expression.dst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Model/lib/dst/expression.dst b/Model/lib/dst/expression.dst index 8469a21ba..27ed3b38d 100644 --- a/Model/lib/dst/expression.dst +++ b/Model/lib/dst/expression.dst @@ -104,7 +104,7 @@ prop=dataType