[teiid-issues] [JBoss JIRA] Closed: (TEIID-68) Equivalence expressions in where clauses between two columns are ignored.

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Thu Mar 24 00:40:52 EDT 2011


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

Steven Hawkins closed TEIID-68.
-------------------------------



> Equivalence expressions in where clauses between two columns are ignored.
> -------------------------------------------------------------------------
>
>                 Key: TEIID-68
>                 URL: https://issues.jboss.org/browse/TEIID-68
>             Project: Teiid
>          Issue Type: Bug
>          Components: XML Connector
>    Affects Versions: 9.x
>            Reporter: Steven Hawkins
>            Priority: Optional
>
> Defect Tracker #18728: If the where clause processed by the XML connectors has an equivalence expression containing two columns (where col1 = col2), the expression will be ignored.  If the expression contains a column and a literal, it works properly.  Thus a workaround is to use a scalar conversion function to convert the column to a literal.  Something like substring(col1, 0) for string values or (col1 * 1) for numeric values.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the teiid-issues mailing list