[
https://jira.jboss.org/jira/browse/TEIIDDES-235?page=com.atlassian.jira.p...
]
Mark Drilling updated TEIIDDES-235:
-----------------------------------
Attachment: PATCH-c-m-query-ui.txt
This issue has been resolved in product codebase, patch file is attached.
Order of operations problem in Designer
---------------------------------------
Key: TEIIDDES-235
URL:
https://jira.jboss.org/jira/browse/TEIIDDES-235
Project: Teiid Designer
Issue Type: Bug
Components: Transformations
Affects Versions: 6.0.0
Reporter: Mark Drilling
Attachments: PATCH-c-m-query-ui.txt
The following query when entered into the transformation editor:
select * from dips_view.cards LEFT OUTER JOIN CramerXRefData.CardTypes ON card =
CardTypes.DIPS_CardType AND CramerXRefData.CardTypes.DIPS_ELEMTYPE IS NULL
OR card = CardTypes.DIPS_CardType AND CramerXRefData.CardTypes.DIPS_ELEMTYPE =
device_pk
is parsed as;
SELECT
*
FROM
DIPS_View.Cards LEFT OUTER JOIN CramerXRefData.CardTypes ON ((CARD = DIPS_CARDTYPE) AND
(DIPS_ELEMTYPE IS NULL)) OR ((CARD = DIPS_CARDTYPE) AND (DIPS_ELEMTYPE = Device_PK))
The ordering of different variations of CompoundCriteria are not preserved correctly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira