[teiid-issues] [JBoss JIRA] (TEIID-2500) Rewrite of case with true condition is not correct

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Mon Jul 29 16:25:26 EDT 2013


     [ https://issues.jboss.org/browse/TEIID-2500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

RH Bugzilla Integration updated TEIID-2500:
-------------------------------------------

        Bugzilla Update: Perform
    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=989747

    
> Rewrite of case with true condition is not correct
> --------------------------------------------------
>
>                 Key: TEIID-2500
>                 URL: https://issues.jboss.org/browse/TEIID-2500
>             Project: Teiid
>          Issue Type: Feature Request
>          Components: Query Engine
>    Affects Versions: 6.0.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>            Priority: Critical
>             Fix For: 8.4
>
>
> If a secondary searched case condition is always true, then the case will be inappropriately rewritten as just the then expression:
> case when ... when true then x else y end
> becomes just
> x
> However the prior cases should still be considered.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list