Skip to content

Commit

Permalink
fix: Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
larshelge committed Dec 18, 2024
1 parent 2e23567 commit 8ce9808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ void testConditionWithBooleanAsBoolean() {
sql,
is(
"case when (coalesce("
+ "case when ax.\"ps\" = 'ProgrmStagA' then \"DataElmentE\" else null end::numeric!=0,false)) "
+ "case when ax.\"ps\" = 'ProgrmStagA' then \"DataElmentE\" else null end::numeric != 0,false)) "
+ "then 10 + 5 else 3 * 2 end"));
}

Expand Down

0 comments on commit 8ce9808

Please sign in to comment.