Rainer Döbele created EMPIREDB-416:
--------------------------------------
Summary: Improve SQL Case expressions
Key: EMPIREDB-416
URL: https://issues.apache.org/jira/browse/EMPIREDB-416
Project: Empire-DB
Issue Type: Improvement
Reporter: Rainer Döbele
There are two classes for Case generation DBCaseExpr and DBCaseWhenExpr.
However both produce a case in the form of
case when [cond] then [value] else [value]
DBCaseExpr should allow exression in the form of
case [column] when [value] then [value] else [value]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)