[
https://issues.apache.org/jira/browse/EMPIREDB-416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rainer Döbele resolved EMPIREDB-416.
------------------------------------
Assignee: Rainer Döbele
Resolution: Fixed
Added March 24
> 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
> Assignee: Rainer Döbele
> Priority: Major
>
> 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)